#3ABF25

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

Shades of Lime Green #3ABF25

Tints of Lime Green #3ABF25

Color information

#3ABF25 (or 0x3ABF25) is unknown color: approx Lime Green. HEX triplet: 3A, BF and 25. RGB value is (58,191,37). Sum of RGB (Red+Green+Blue) = 58+191+37=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF25 is #C540DA. Grayscale: #868686. Windows color (decimal): -12927195 or 2473786. OLE color: 2473786.

HSL color Cylindrical-coordinate representation of color #3ABF25: hue angle of 111.82º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ABF25 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB5819137-
CMYK0.7000.810.25
HSL111.82º67.54%44.71%-
HSV(B)111.82º80.63%74.9%-
XYZ20.7138.298.05-
YUV133.6873.4474.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 191 (75% from 255) = 66.78%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=20.28%
G=66.78%
B=12.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58191370.7000.810.25111.8267.5444.71
Hex3ABF25460511970442d
Octal722774510601213116010455
Binary111010101111111001011000110010100011100111100001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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