#3ABC29

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

Shades of Lime Green #3ABC29

Tints of Lime Green #3ABC29

Color information

#3ABC29 (or 0x3ABC29) is unknown color: approx Lime Green. HEX triplet: 3A, BC and 29. RGB value is (58,188,41). Sum of RGB (Red+Green+Blue) = 58+188+41=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC29 is #C543D6. Grayscale: #848484. Windows color (decimal): -12927959 or 2735162. OLE color: 2735162.

HSL color Cylindrical-coordinate representation of color #3ABC29: hue angle of 113.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ABC29 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB5818841-
CMYK0.6900.780.26
HSL113.06º64.19%44.9%-
HSV(B)113.06º78.19%73.73%-
XYZ20.1337.038.18-
YUV132.3776.4374.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 188 (73.83% from 255) = 65.51%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=20.21%
G=65.51%
B=14.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58188410.6900.780.26113.0664.1944.9
Hex3ABC294504E1A71402d
Octal722745110501163216110055
Binary111010101111001010011000101010011101101011100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABC29; }

 p { color: rgb(58,188,41); }

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

<style>
 a { background-color: #3ABC29; }

 a { background-color: rgb(58,188,41); }

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

<style>
 span { border-color: #3ABC29; }

 span { border-color: rgb(58,188,41); }

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