Html Css Color HEX #39CC2F Lime Green

📋 copy color: '#39CC2F'

red 57 ◦ green 204 ◦ blue 47

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

Shades of Lime Green #39CC2F

Tints of Lime Green #39CC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.23%

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

R = 18.51%
G = 66.23%
B = 15.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#39CC2F (or 0x39CC2F) is known color: Lime Green. HEX triplet: 39, CC and 2F. RGB value is (57,204,47). Sum of RGB (Red+Green+Blue) = 57+204+47=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CC2F is #C633D0. Grayscale: #8E8E8E. Windows color (decimal): -12989393 or 3132473. OLE color: 3132473.

HSL color Cylindrical-coordinate representation of color #39CC2F: hue angle of 116.18º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39CC2F is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 204 47 -
CMYK 0.72 0 0.77 0.2
HSL 116.18º 0.63% 0.49% -
HSV(B) 116.18º 0.77% 0.8% -
XYZ 23.79 44.26 9.98 -
YUV 142.15 74.3 67.27 -
System Red Green Blue C M Y K H S L
Decimal 57 204 47 0.72 0 0.77 0.2 116.18 0.63 0.49
Hex 39 CC 2F 48 0 4D 14 74 3F 31
Octal 71 314 57 110 0 115 24 164 77 61
Binary 111001 11001100 101111 1001000 0 1001101 10100 1110100 111111 110001

Color Harmonies of #39CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CC2F

Black with #39CC2F

Text Example


Text Example

White with #39CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,204,47); }

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

background-color css

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

 a { background-color: rgb(57,204,47); }

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

border-color css

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

 span { border-color: rgb(57,204,47); }

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