#3AFD33

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

Shades of Lime Green #3AFD33

Tints of Lime Green #3AFD33

Color information

#3AFD33 (or 0x3AFD33) is unknown color: approx Lime Green. HEX triplet: 3A, FD and 33. RGB value is (58,253,51). Sum of RGB (Red+Green+Blue) = 58+253+51=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD33 is #C502CC. Grayscale: #ACACAC. Windows color (decimal): -12911309 or 3407162. OLE color: 3407162.

HSL color Cylindrical-coordinate representation of color #3AFD33: hue angle of 117.92º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AFD33 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB5825351-
CMYK0.7700.800.01
HSL117.92º98.06%59.61%-
HSV(B)117.92º79.84%99.22%-
XYZ37.4771.3914.94-
YUV171.6759.946.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 253 (99.22% from 255) = 69.89%
BLUE value IS 51 (20.31% from 255) = 14.09%
R=16.02%
G=69.89%
B=14.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58253510.7700.800.01117.9298.0659.61
Hex3AFD334D050176623c
Octal72375631150120116614274
Binary11101011111101110011100110101010000111101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,253,51); }

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

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

 a { background-color: rgb(58,253,51); }

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

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

 span { border-color: rgb(58,253,51); }

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