#3abf33

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

Shades of Lime Green #3ABF33

Tints of Lime Green #3ABF33

Color information

#3ABF33 (or 0x3ABF33) is unknown color: approx Lime Green. HEX triplet: 3A, BF and 33. RGB value is (58,191,51). Sum of RGB (Red+Green+Blue) = 58+191+51=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF33 is #C540CC. Grayscale: #878787. Windows color (decimal): -12927181 or 3391290. OLE color: 3391290.

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

Color convert

RGB5819151-
CMYK0.7000.730.25
HSL117º57.85%47.45%-
HSV(B)117º73.3%74.9%-
XYZ20.9738.49.44-
YUV135.2780.4472.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.33%
GREEN value IS 191 (75% from 255) = 63.67%
BLUE value IS 51 (20.31% from 255) = 17%
R=19.33%
G=63.67%
B=17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58191510.7000.730.2511757.8547.45
Hex3ABF334604919753a2f
Octal72277631060111311657257
Binary11101010111111110011100011001001001110011110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3abf33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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