Html Css Color HEX #39D914 Lime Green

📋 copy color: '#39D914'

red 57 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #39D914

Tints of Lime Green #39D914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.81%

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

R = 19.39%
G = 73.81%
B = 6.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#39D914 (or 0x39D914) is known color: Lime Green. HEX triplet: 39, D9 and 14. RGB value is (57,217,20). Sum of RGB (Red+Green+Blue) = 57+217+20=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #39D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D914 is #C626EB. Grayscale: #939393. Windows color (decimal): -12986092 or 1366329. OLE color: 1366329.

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

Color convert

RGB 57 217 20 -
CMYK 0.74 0 0.91 0.15
HSL 108.73º 0.83% 0.46% -
HSV(B) 108.73º 0.91% 0.85% -
XYZ 26.63 50.55 9.01 -
YUV 146.7 56.49 64.02 -
System Red Green Blue C M Y K H S L
Decimal 57 217 20 0.74 0 0.91 0.15 108.73 0.83 0.46
Hex 39 D9 14 4A 0 5B F 6D 53 2E
Octal 71 331 24 112 0 133 17 155 123 56
Binary 111001 11011001 10100 1001010 0 1011011 1111 1101101 1010011 101110

Color Harmonies of #39D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D914

Black with #39D914

Text Example


Text Example

White with #39D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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