Html Css Color HEX #42DB51 Lime Green

📋 copy color: '#42DB51'

red 66 ◦ green 219 ◦ blue 81

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

Shades of Lime Green #42DB51

Tints of Lime Green #42DB51

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.84%

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 18.03%
G = 59.84%
B = 22.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#42DB51 (or 0x42DB51) is known color: Lime Green. HEX triplet: 42, DB and 51. RGB value is (66,219,81). Sum of RGB (Red+Green+Blue) = 66+219+81=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB51 is #BD24AE. Grayscale: #9D9D9D. Windows color (decimal): -12395695 or 5364546. OLE color: 5364546.

HSL color Cylindrical-coordinate representation of color #42DB51: hue angle of 125.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DB51 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 81 -
CMYK 0.70 0 0.63 0.14
HSL 125.88º 0.68% 0.56% -
HSV(B) 125.88º 0.7% 0.86% -
XYZ 29.06 52.42 16.37 -
YUV 157.52 84.81 62.72 -
System Red Green Blue C M Y K H S L
Decimal 66 219 81 0.70 0 0.63 0.14 125.88 0.68 0.56
Hex 42 DB 51 46 0 3F E 7E 44 38
Octal 102 333 121 106 0 77 16 176 104 70
Binary 1000010 11011011 1010001 1000110 0 111111 1110 1111110 1000100 111000

Color Harmonies of #42DB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB51

Black with #42DB51

Text Example


Text Example

White with #42DB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,219,81); }

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

background-color css

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

 a { background-color: rgb(66,219,81); }

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

border-color css

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

 span { border-color: rgb(66,219,81); }

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