#3ABC28

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

Shades of Lime Green #3ABC28

Tints of Lime Green #3ABC28

Color information

#3ABC28 (or 0x3ABC28) is unknown color: approx Lime Green. HEX triplet: 3A, BC and 28. RGB value is (58,188,40). Sum of RGB (Red+Green+Blue) = 58+188+40=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC28 is #C543D7. Grayscale: #848484. Windows color (decimal): -12927960 or 2669626. OLE color: 2669626.

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

Color convert

RGB5818840-
CMYK0.6900.790.26
HSL112.7º64.91%44.71%-
HSV(B)112.7º78.72%73.73%-
XYZ20.1137.028.09-
YUV132.2675.9375.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 188 (73.83% from 255) = 65.73%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=20.28%
G=65.73%
B=13.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58188400.6900.790.26112.764.9144.71
Hex3ABC284504F1A71412d
Octal722745010501173216110155
Binary111010101111001010001000101010011111101011100011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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