#3ABF26

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

Shades of Lime Green #3ABF26

Tints of Lime Green #3ABF26

Color information

#3ABF26 (or 0x3ABF26) is unknown color: approx Lime Green. HEX triplet: 3A, BF and 26. RGB value is (58,191,38). Sum of RGB (Red+Green+Blue) = 58+191+38=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF26 is #C540D9. Grayscale: #868686. Windows color (decimal): -12927194 or 2539322. OLE color: 2539322.

HSL color Cylindrical-coordinate representation of color #3ABF26: hue angle of 112.16º 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 #3ABF26 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB5819138-
CMYK0.7000.800.25
HSL112.16º66.81%44.9%-
HSV(B)112.16º80.1%74.9%-
XYZ20.7338.38.13-
YUV133.7973.9473.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 191 (75% from 255) = 66.55%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=20.21%
G=66.55%
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
Decimal58191380.7000.800.25112.1666.8144.9
Hex3ABF26460501970432d
Octal722774610601203116010355
Binary111010101111111001101000110010100001100111100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,191,38); }

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

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

 a { background-color: rgb(58,191,38); }

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

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

 span { border-color: rgb(58,191,38); }

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