#3ABE30

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

Shades of Lime Green #3ABE30

Tints of Lime Green #3ABE30

Color information

#3ABE30 (or 0x3ABE30) is unknown color: approx Lime Green. HEX triplet: 3A, BE and 30. RGB value is (58,190,48). Sum of RGB (Red+Green+Blue) = 58+190+48=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 190 (74.61% from 255 or 64.19% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABE30 is #C541CF. Grayscale: #868686. Windows color (decimal): -12927440 or 3194426. OLE color: 3194426.

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

Color convert

RGB5819048-
CMYK0.6900.750.25
HSL115.77º59.66%46.67%-
HSV(B)115.77º74.74%74.51%-
XYZ20.6937.949.03-
YUV134.3479.2773.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 190 (74.61% from 255) = 64.19%
BLUE value IS 48 (19.14% from 255) = 16.22%
R=19.59%
G=64.19%
B=16.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58190480.6900.750.25115.7759.6646.67
Hex3ABE304504B19743c2f
Octal72276601050113311647457
Binary11101010111110110000100010101001011110011110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,190,48); }

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

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

 a { background-color: rgb(58,190,48); }

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

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

 span { border-color: rgb(58,190,48); }

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