#3afb40

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

Shades of Lime Green #3AFB40

Tints of Lime Green #3AFB40

Color information

#3AFB40 (or 0x3AFB40) is unknown color: approx Lime Green. HEX triplet: 3A, FB and 40. RGB value is (58,251,64). Sum of RGB (Red+Green+Blue) = 58+251+64=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB40 is #C504BF. Grayscale: #ACACAC. Windows color (decimal): -12911808 or 4258618. OLE color: 4258618.

HSL color Cylindrical-coordinate representation of color #3AFB40: hue angle of 121.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB40 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB5825164-
CMYK0.7700.750.02
HSL121.87º96.02%60.59%-
HSV(B)121.87º76.89%98.43%-
XYZ37.1770.2616.45-
YUV171.9767.0646.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 251 (98.44% from 255) = 67.29%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=15.55%
G=67.29%
B=17.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58251640.7700.750.02121.8796.0260.59
Hex3AFB404D04B27a603d
Octal723731001150113217214075
Binary1110101111101110000001001101010010111011110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3afb40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,251,64); }

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

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

 a { background-color: rgb(58,251,64); }

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

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

 span { border-color: rgb(58,251,64); }

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