#39DC2B

Color #39DC2B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #39DC2B

Tints of Lime Green #39DC2B

Color information

#39DC2B (or 0x39DC2B) is unknown color: approx Lime Green. HEX triplet: 39, DC and 2B. RGB value is (57,220,43). Sum of RGB (Red+Green+Blue) = 57+220+43=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DC2B is #C623D4. Grayscale: #979797. Windows color (decimal): -12985301 or 2874425. OLE color: 2874425.

HSL color Cylindrical-coordinate representation of color #39DC2B: hue angle of 115.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39DC2B is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB5722043-
CMYK0.7400.800.14
HSL115.25º71.66%51.57%-
HSV(B)115.25º80.45%86.27%-
XYZ27.7252.2310.91-
YUV151.086760.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 220 (86.33% from 255) = 68.75%
BLUE value IS 43 (17.19% from 255) = 13.44%
R=17.81%
G=68.75%
B=13.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal57220430.7400.800.14115.2571.6651.57
Hex39DC2B4A050E734834
Octal713345311201201616311064
Binary11100111011100101011100101001010000111011100111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39DC2B;
 }
 .AnyTagClassName
 {
   color: #39DC2B;
 }
</style>
background-color css

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

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

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

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

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

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