Html Css Color HEX #39DD14 Lime Green

📋 copy color: '#39DD14'

red 57 ◦ green 221 ◦ blue 20

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

Shades of Lime Green #39DD14

Tints of Lime Green #39DD14

RGB

 RED value IS 57 (22.66% from 255) = 19.13%

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

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 19.13%
G = 74.16%
B = 6.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#39DD14 (or 0x39DD14) is known color: Lime Green. HEX triplet: 39, DD and 14. RGB value is (57,221,20). Sum of RGB (Red+Green+Blue) = 57+221+20=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DD14 is #C622EB. Grayscale: #959595. Windows color (decimal): -12985068 or 1367353. OLE color: 1367353.

HSL color Cylindrical-coordinate representation of color #39DD14: hue angle of 108.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39DD14 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 221 20 -
CMYK 0.74 0 0.91 0.13
HSL 108.96º 0.83% 0.47% -
HSV(B) 108.96º 0.91% 0.87% -
XYZ 27.67 52.63 9.36 -
YUV 149.05 55.17 62.34 -
System Red Green Blue C M Y K H S L
Decimal 57 221 20 0.74 0 0.91 0.13 108.96 0.83 0.47
Hex 39 DD 14 4A 0 5B D 6D 53 2F
Octal 71 335 24 112 0 133 15 155 123 57
Binary 111001 11011101 10100 1001010 0 1011011 1101 1101101 1010011 101111

Color Harmonies of #39DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DD14

Black with #39DD14

Text Example


Text Example

White with #39DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39DD14; }

 p { color: rgb(57,221,20); }

 H1.HeaderClassName
 {
   color: #39DD14;
 }
 .AnyTagClassName
 {
   color: #39DD14;
 }
</style>

background-color css

<style>
 a { background-color: #39DD14; }

 a { background-color: rgb(57,221,20); }

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

border-color css

<style>
 span { border-color: #39DD14; }

 span { border-color: rgb(57,221,20); }

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