#3AF335

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

Shades of Lime Green #3AF335

Tints of Lime Green #3AF335

Color information

#3AF335 (or 0x3AF335) is unknown color: approx Lime Green. HEX triplet: 3A, F3 and 35. RGB value is (58,243,53). Sum of RGB (Red+Green+Blue) = 58+243+53=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF335 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF335 is #C50CCA. Grayscale: #A6A6A6. Windows color (decimal): -12913867 or 3535674. OLE color: 3535674.

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

Color convert

RGB5824353-
CMYK0.7600.780.05
HSL118.42º88.79%58.04%-
HSV(B)118.42º78.19%95.29%-
XYZ34.4465.2614.15-
YUV166.0264.2150.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.38%
GREEN value IS 243 (95.31% from 255) = 68.64%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=16.38%
G=68.64%
B=14.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58243530.7600.780.05118.4288.7958.04
Hex3AF3354C04E576593a
Octal72363651140116516613172
Binary1110101111001111010110011000100111010111101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,243,53); }

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

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

 a { background-color: rgb(58,243,53); }

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

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

 span { border-color: rgb(58,243,53); }

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