#39C14A

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

Shades of Lime Green #39C14A

Tints of Lime Green #39C14A

Color information

#39C14A (or 0x39C14A) is unknown color: approx Lime Green. HEX triplet: 39, C1 and 4A. RGB value is (57,193,74). Sum of RGB (Red+Green+Blue) = 57+193+74=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #39C14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C14A is #C63EB5. Grayscale: #8B8B8B. Windows color (decimal): -12992182 or 4899129. OLE color: 4899129.

HSL color Cylindrical-coordinate representation of color #39C14A: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C14A is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB5719374-
CMYK0.7000.620.24
HSL127.5º54.4%49.02%-
HSV(B)127.5º70.47%75.69%-
XYZ21.9939.512.94-
YUV138.7791.4469.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 193 (75.78% from 255) = 59.57%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=17.59%
G=59.57%
B=22.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57193740.7000.620.24127.554.449.02
Hex39C14A4603E18803631
Octal71301112106076302006661
Binary111001110000011001010100011001111101100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,193,74); }

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

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

 a { background-color: rgb(57,193,74); }

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

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

 span { border-color: rgb(57,193,74); }

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