#3ABF34

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

Shades of Lime Green #3ABF34

Tints of Lime Green #3ABF34

Color information

#3ABF34 (or 0x3ABF34) is unknown color: approx Lime Green. HEX triplet: 3A, BF and 34. RGB value is (58,191,52). Sum of RGB (Red+Green+Blue) = 58+191+52=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF34 is #C540CB. Grayscale: #878787. Windows color (decimal): -12927180 or 3456826. OLE color: 3456826.

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

Color convert

RGB5819152-
CMYK0.7000.730.25
HSL117.41º57.2%47.65%-
HSV(B)117.41º72.77%74.9%-
XYZ2138.419.56-
YUV135.3980.9472.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 191 (75% from 255) = 63.46%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=19.27%
G=63.46%
B=17.28%

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
Decimal58191520.7000.730.25117.4157.247.65
Hex3ABF344604919753930
Octal72277641060111311657160
Binary11101010111111110100100011001001001110011110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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