Html Css Color HEX #42DD2F Lime Green

📋 copy color: '#42DD2F'

red 66 ◦ green 221 ◦ blue 47

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

Shades of Lime Green #42DD2F

Tints of Lime Green #42DD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 66.17%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 19.76%
G = 66.17%
B = 14.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#42DD2F (or 0x42DD2F) is known color: Lime Green. HEX triplet: 42, DD and 2F. RGB value is (66,221,47). Sum of RGB (Red+Green+Blue) = 66+221+47=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD2F is #BD22D0. Grayscale: #9B9B9B. Windows color (decimal): -12395217 or 3136834. OLE color: 3136834.

HSL color Cylindrical-coordinate representation of color #42DD2F: hue angle of 113.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42DD2F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 47 -
CMYK 0.70 0 0.79 0.13
HSL 113.45º 0.72% 0.53% -
HSV(B) 113.45º 0.79% 0.87% -
XYZ 28.62 53.08 11.43 -
YUV 154.82 67.15 64.65 -
System Red Green Blue C M Y K H S L
Decimal 66 221 47 0.70 0 0.79 0.13 113.45 0.72 0.53
Hex 42 DD 2F 46 0 4F D 71 48 35
Octal 102 335 57 106 0 117 15 161 110 65
Binary 1000010 11011101 101111 1000110 0 1001111 1101 1110001 1001000 110101

Color Harmonies of #42DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DD2F

Black with #42DD2F

Text Example


Text Example

White with #42DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,221,47); }

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

background-color css

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

 a { background-color: rgb(66,221,47); }

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

border-color css

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

 span { border-color: rgb(66,221,47); }

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