#3AF630

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

Shades of Lime Green #3AF630

Tints of Lime Green #3AF630

Color information

#3AF630 (or 0x3AF630) is unknown color: approx Lime Green. HEX triplet: 3A, F6 and 30. RGB value is (58,246,48). Sum of RGB (Red+Green+Blue) = 58+246+48=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF630 is #C509CF. Grayscale: #A7A7A7. Windows color (decimal): -12913104 or 3208762. OLE color: 3208762.

HSL color Cylindrical-coordinate representation of color #3AF630: hue angle of 116.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AF630 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB5824648-
CMYK0.7600.800.04
HSL116.97º91.67%57.65%-
HSV(B)116.97º80.49%96.47%-
XYZ35.2367.0213.88-
YUV167.2260.7250.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 246 (96.48% from 255) = 69.89%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=16.48%
G=69.89%
B=13.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58246480.7600.800.04116.9791.6757.65
Hex3AF6304C0504755c3a
Octal72366601140120416513472
Binary1110101111011011000010011000101000010011101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,246,48); }

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

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

 a { background-color: rgb(58,246,48); }

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

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

 span { border-color: rgb(58,246,48); }

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