Html Css Color HEX #42ED35 Lime Green

📋 copy color: '#42ED35'

red 66 ◦ green 237 ◦ blue 53

#42ED35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42ED35

Tints of Lime Green #42ED35

RGB

 RED value IS 66 (26.17% from 255) = 18.54%

 GREEN value IS 237 (92.97% from 255) = 66.57%

 BLUE value IS 53 (21.09% from 255) = 14.89%

R = 18.54%
G = 66.57%
B = 14.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42ED35 (or 0x42ED35) is known color: Lime Green. HEX triplet: 42, ED and 35. RGB value is (66,237,53). Sum of RGB (Red+Green+Blue) = 66+237+53=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42ED35 is #BD12CA. Grayscale: #A5A5A5. Windows color (decimal): -12391115 or 3534146. OLE color: 3534146.

HSL color Cylindrical-coordinate representation of color #42ED35: hue angle of 115.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42ED35 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 53 -
CMYK 0.72 0 0.78 0.07
HSL 115.76º 0.84% 0.57% -
HSV(B) 115.76º 0.78% 0.93% -
XYZ 33.17 61.98 13.58 -
YUV 164.9 64.85 57.46 -
System Red Green Blue C M Y K H S L
Decimal 66 237 53 0.72 0 0.78 0.07 115.76 0.84 0.57
Hex 42 ED 35 48 0 4E 7 74 54 39
Octal 102 355 65 110 0 116 7 164 124 71
Binary 1000010 11101101 110101 1001000 0 1001110 111 1110100 1010100 111001

Color Harmonies of #42ED35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED35

Black with #42ED35

Text Example


Text Example

White with #42ED35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42ED35; }

 p { color: rgb(66,237,53); }

 H1.HeaderClassName
 {
   color: #42ED35;
 }
 .AnyTagClassName
 {
   color: #42ED35;
 }
</style>

background-color css

<style>
 a { background-color: #42ED35; }

 a { background-color: rgb(66,237,53); }

 div.DivClassName
 {
   background-color: #42ED35;
 }
 .BgClassName
 {
   background-color: #42ED35;
 }
</style>

border-color css

<style>
 span { border-color: #42ED35; }

 span { border-color: rgb(66,237,53); }

 td.TdClassName
 {
   border-color: #42ED35;
 }
 .TagClassName
 {
   border-color: #42ED35;
 }
</style>