#39C026

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

Shades of Lime Green #39C026

Tints of Lime Green #39C026

Color information

#39C026 (or 0x39C026) is unknown color: approx Lime Green. HEX triplet: 39, C0 and 26. RGB value is (57,192,38). Sum of RGB (Red+Green+Blue) = 57+192+38=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #39C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C026 is #C63FD9. Grayscale: #868686. Windows color (decimal): -12992474 or 2539577. OLE color: 2539577.

HSL color Cylindrical-coordinate representation of color #39C026: hue angle of 112.6º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39C026 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB5719238-
CMYK0.7000.800.25
HSL112.6º66.96%45.1%-
HSV(B)112.6º80.21%75.29%-
XYZ20.8938.718.2-
YUV134.0873.7773.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 192 (75.39% from 255) = 66.90%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=19.86%
G=66.90%
B=13.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57192380.7000.800.25112.666.9645.1
Hex39C026460501971432d
Octal713004610601203116110355
Binary111001110000001001101000110010100001100111100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39C026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,192,38); }

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

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

 a { background-color: rgb(57,192,38); }

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

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

 span { border-color: rgb(57,192,38); }

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