#39BB3A

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

Shades of Lime Green #39BB3A

Tints of Lime Green #39BB3A

Color information

#39BB3A (or 0x39BB3A) is unknown color: approx Lime Green. HEX triplet: 39, BB and 3A. RGB value is (57,187,58). Sum of RGB (Red+Green+Blue) = 57+187+58=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #39BB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BB3A is #C644C5. Grayscale: #858585. Windows color (decimal): -12993734 or 3849017. OLE color: 3849017.

HSL color Cylindrical-coordinate representation of color #39BB3A: hue angle of 120.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BB3A is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB5718758-
CMYK0.7000.690.27
HSL120.46º53.28%47.84%-
HSV(B)120.46º69.52%73.33%-
XYZ20.2236.7210.02-
YUV133.4285.4373.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 187 (73.44% from 255) = 61.92%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=18.87%
G=61.92%
B=19.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57187580.7000.690.27120.4653.2847.84
Hex39BB3A460451B783530
Octal71273721060105331706560
Binary11100110111011111010100011001000101110111111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,187,58); }

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

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

 a { background-color: rgb(57,187,58); }

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

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

 span { border-color: rgb(57,187,58); }

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