#3AF22B

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

Shades of Lime Green #3AF22B

Tints of Lime Green #3AF22B

Color information

#3AF22B (or 0x3AF22B) is unknown color: approx Lime Green. HEX triplet: 3A, F2 and 2B. RGB value is (58,242,43). Sum of RGB (Red+Green+Blue) = 58+242+43=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF22B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF22B is #C50DD4. Grayscale: #A4A4A4. Windows color (decimal): -12914133 or 2880058. OLE color: 2880058.

HSL color Cylindrical-coordinate representation of color #3AF22B: hue angle of 115.48º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AF22B is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB5824243-
CMYK0.7600.820.05
HSL115.48º88.44%55.88%-
HSV(B)115.48º82.23%94.9%-
XYZ33.9364.5812.96-
YUV164.359.5452.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.91%
GREEN value IS 242 (94.92% from 255) = 70.55%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=16.91%
G=70.55%
B=12.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58242430.7600.820.05115.4888.4455.88
Hex3AF22B4C0525735838
Octal72362531140122516313070
Binary1110101111001010101110011000101001010111100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,242,43); }

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

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

 a { background-color: rgb(58,242,43); }

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

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

 span { border-color: rgb(58,242,43); }

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