Html Css Color HEX #42DB2C Lime Green

📋 copy color: '#42DB2C'

red 66 ◦ green 219 ◦ blue 44

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

Shades of Lime Green #42DB2C

Tints of Lime Green #42DB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 20.06%
G = 66.57%
B = 13.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#42DB2C (or 0x42DB2C) is known color: Lime Green. HEX triplet: 42, DB and 2C. RGB value is (66,219,44). Sum of RGB (Red+Green+Blue) = 66+219+44=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DB2C is #BD24D3. Grayscale: #999999. Windows color (decimal): -12395732 or 2939714. OLE color: 2939714.

HSL color Cylindrical-coordinate representation of color #42DB2C: hue angle of 112.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42DB2C is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 44 -
CMYK 0.70 0 0.80 0.14
HSL 112.46º 0.71% 0.52% -
HSV(B) 112.46º 0.8% 0.86% -
XYZ 28.03 52 10.94 -
YUV 153.3 66.31 65.73 -
System Red Green Blue C M Y K H S L
Decimal 66 219 44 0.70 0 0.80 0.14 112.46 0.71 0.52
Hex 42 DB 2C 46 0 50 E 70 47 34
Octal 102 333 54 106 0 120 16 160 107 64
Binary 1000010 11011011 101100 1000110 0 1010000 1110 1110000 1000111 110100

Color Harmonies of #42DB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB2C

Black with #42DB2C

Text Example


Text Example

White with #42DB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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