Html Css Color HEX #42E356 Lime Green

📋 copy color: '#42E356'

red 66 ◦ green 227 ◦ blue 86

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

Shades of Lime Green #42E356

Tints of Lime Green #42E356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 59.89%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 17.41%
G = 59.89%
B = 22.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#42E356 (or 0x42E356) is known color: Lime Green. HEX triplet: 42, E3 and 56. RGB value is (66,227,86). Sum of RGB (Red+Green+Blue) = 66+227+86=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 227 (89.06% from 255 or 59.89% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 227 - color contains mainly: green. Hex color #42E356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E356 is #BD1CA9. Grayscale: #A3A3A3. Windows color (decimal): -12393642 or 5694274. OLE color: 5694274.

HSL color Cylindrical-coordinate representation of color #42E356: hue angle of 127.45º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E356 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 227 86 -
CMYK 0.71 0 0.62 0.11
HSL 127.45º 0.74% 0.57% -
HSV(B) 127.45º 0.71% 0.89% -
XYZ 31.4 56.77 18.11 -
YUV 162.79 84.66 58.96 -
System Red Green Blue C M Y K H S L
Decimal 66 227 86 0.71 0 0.62 0.11 127.45 0.74 0.57
Hex 42 E3 56 47 0 3E B 7F 4A 39
Octal 102 343 126 107 0 76 13 177 112 71
Binary 1000010 11100011 1010110 1000111 0 111110 1011 1111111 1001010 111001

Color Harmonies of #42E356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E356

Black with #42E356

Text Example


Text Example

White with #42E356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,227,86); }

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

background-color css

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

 a { background-color: rgb(66,227,86); }

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

border-color css

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

 span { border-color: rgb(66,227,86); }

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