#3ABD34

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

Shades of Lime Green #3ABD34

Tints of Lime Green #3ABD34

Color information

#3ABD34 (or 0x3ABD34) is unknown color: approx Lime Green. HEX triplet: 3A, BD and 34. RGB value is (58,189,52). Sum of RGB (Red+Green+Blue) = 58+189+52=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABD34 is #C542CB. Grayscale: #868686. Windows color (decimal): -12927692 or 3456314. OLE color: 3456314.

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

Color convert

RGB5818952-
CMYK0.6900.720.26
HSL117.37º56.85%47.25%-
HSV(B)117.37º72.49%74.12%-
XYZ20.5637.549.41-
YUV134.2181.673.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.40%
GREEN value IS 189 (74.22% from 255) = 63.21%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=19.40%
G=63.21%
B=17.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58189520.6900.720.26117.3756.8547.25
Hex3ABD34450481A75392f
Octal72275641050110321657157
Binary11101010111101110100100010101001000110101110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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