#3ABF38

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

Shades of Lime Green #3ABF38

Tints of Lime Green #3ABF38

Color information

#3ABF38 (or 0x3ABF38) is unknown color: approx Lime Green. HEX triplet: 3A, BF and 38. RGB value is (58,191,56). Sum of RGB (Red+Green+Blue) = 58+191+56=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF38 is #C540C7. Grayscale: #888888. Windows color (decimal): -12927176 or 3718970. OLE color: 3718970.

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

Color convert

RGB5819156-
CMYK0.7000.710.25
HSL119.11º54.66%48.43%-
HSV(B)119.11º70.68%74.9%-
XYZ21.0938.4510.05-
YUV135.8482.9472.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 191 (75% from 255) = 62.62%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=19.02%
G=62.62%
B=18.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58191560.7000.710.25119.1154.6648.43
Hex3ABF384604719773730
Octal72277701060107311676760
Binary11101010111111111000100011001000111110011110111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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