Html Css Color HEX #39DC3C Lime Green

📋 copy color: '#39DC3C'

red 57 ◦ green 220 ◦ blue 60

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

Shades of Lime Green #39DC3C

Tints of Lime Green #39DC3C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 16.91%
G = 65.28%
B = 17.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#39DC3C (or 0x39DC3C) is known color: Lime Green. HEX triplet: 39, DC and 3C. RGB value is (57,220,60). Sum of RGB (Red+Green+Blue) = 57+220+60=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DC3C is #C623C3. Grayscale: #999999. Windows color (decimal): -12985284 or 3988537. OLE color: 3988537.

HSL color Cylindrical-coordinate representation of color #39DC3C: hue angle of 121.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DC3C is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 220 60 -
CMYK 0.74 0 0.73 0.14
HSL 121.1º 0.7% 0.54% -
HSV(B) 121.1º 0.74% 0.86% -
XYZ 28.1 52.38 12.9 -
YUV 153.02 75.5 59.51 -
System Red Green Blue C M Y K H S L
Decimal 57 220 60 0.74 0 0.73 0.14 121.1 0.7 0.54
Hex 39 DC 3C 4A 0 49 E 79 46 36
Octal 71 334 74 112 0 111 16 171 106 66
Binary 111001 11011100 111100 1001010 0 1001001 1110 1111001 1000110 110110

Color Harmonies of #39DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39DC3C

Black with #39DC3C

Text Example


Text Example

White with #39DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,220,60); }

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

background-color css

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

 a { background-color: rgb(57,220,60); }

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

border-color css

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

 span { border-color: rgb(57,220,60); }

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