Html Css Color HEX #42DC31 Lime Green

📋 copy color: '#42DC31'

red 66 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #42DC31

Tints of Lime Green #42DC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.67%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 19.7%
G = 65.67%
B = 14.63%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#42DC31 (or 0x42DC31) is known color: Lime Green. HEX triplet: 42, DC and 31. RGB value is (66,220,49). Sum of RGB (Red+Green+Blue) = 66+220+49=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DC31 is #BD23CE. Grayscale: #9A9A9A. Windows color (decimal): -12395471 or 3267650. OLE color: 3267650.

HSL color Cylindrical-coordinate representation of color #42DC31: hue angle of 114.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42DC31 is Cyan = 0.7, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 49 -
CMYK 0.7 0 0.78 0.14
HSL 114.04º 0.71% 0.53% -
HSV(B) 114.04º 0.78% 0.86% -
XYZ 28.39 52.57 11.56 -
YUV 154.46 68.48 64.9 -
System Red Green Blue C M Y K H S L
Decimal 66 220 49 0.7 0 0.78 0.14 114.04 0.71 0.53
Hex 42 DC 31 46 0 4E E 72 47 35
Octal 102 334 61 106 0 116 16 162 107 65
Binary 1000010 11011100 110001 1000110 0 1001110 1110 1110010 1000111 110101

Color Harmonies of #42DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DC31

Black with #42DC31

Text Example


Text Example

White with #42DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,220,49); }

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

background-color css

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

 a { background-color: rgb(66,220,49); }

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

border-color css

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

 span { border-color: rgb(66,220,49); }

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