Html Css Color HEX #42D036 Lime Green

📋 copy color: '#42D036'

red 66 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #42D036

Tints of Lime Green #42D036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.41%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 20.12%
G = 63.41%
B = 16.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#42D036 (or 0x42D036) is known color: Lime Green. HEX triplet: 42, D0 and 36. RGB value is (66,208,54). Sum of RGB (Red+Green+Blue) = 66+208+54=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #42D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D036 is #BD2FC9. Grayscale: #949494. Windows color (decimal): -12398538 or 3592258. OLE color: 3592258.

HSL color Cylindrical-coordinate representation of color #42D036: hue angle of 115.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D036 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 54 -
CMYK 0.68 0 0.74 0.18
HSL 115.32º 0.62% 0.51% -
HSV(B) 115.32º 0.74% 0.82% -
XYZ 25.47 46.54 11.13 -
YUV 147.99 74.96 69.52 -
System Red Green Blue C M Y K H S L
Decimal 66 208 54 0.68 0 0.74 0.18 115.32 0.62 0.51
Hex 42 D0 36 44 0 4A 12 73 3E 33
Octal 102 320 66 104 0 112 22 163 76 63
Binary 1000010 11010000 110110 1000100 0 1001010 10010 1110011 111110 110011

Color Harmonies of #42D036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D036

Black with #42D036

Text Example


Text Example

White with #42D036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,208,54); }

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

background-color css

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

 a { background-color: rgb(66,208,54); }

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

border-color css

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

 span { border-color: rgb(66,208,54); }

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