Html Css Color HEX #42DA36 Lime Green

📋 copy color: '#42DA36'

red 66 ◦ green 218 ◦ blue 54

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

Shades of Lime Green #42DA36

Tints of Lime Green #42DA36

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.5%

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

R = 19.53%
G = 64.5%
B = 15.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#42DA36 (or 0x42DA36) is known color: Lime Green. HEX triplet: 42, DA and 36. RGB value is (66,218,54). Sum of RGB (Red+Green+Blue) = 66+218+54=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DA36 is #BD25C9. Grayscale: #9A9A9A. Windows color (decimal): -12395978 or 3594818. OLE color: 3594818.

HSL color Cylindrical-coordinate representation of color #42DA36: hue angle of 115.61º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42DA36 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 54 -
CMYK 0.70 0 0.75 0.15
HSL 115.61º 0.69% 0.53% -
HSV(B) 115.61º 0.75% 0.85% -
XYZ 27.98 51.57 11.97 -
YUV 153.86 71.64 65.34 -
System Red Green Blue C M Y K H S L
Decimal 66 218 54 0.70 0 0.75 0.15 115.61 0.69 0.53
Hex 42 DA 36 46 0 4B F 74 45 35
Octal 102 332 66 106 0 113 17 164 105 65
Binary 1000010 11011010 110110 1000110 0 1001011 1111 1110100 1000101 110101

Color Harmonies of #42DA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA36

Black with #42DA36

Text Example


Text Example

White with #42DA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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