#3AD00F

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

Shades of Kelly Green #3AD00F

Tints of Kelly Green #3AD00F

Color information

#3AD00F (or 0x3AD00F) is unknown color: approx Kelly Green. HEX triplet: 3A, D0 and 0F. RGB value is (58,208,15). Sum of RGB (Red+Green+Blue) = 58+208+15=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD00F is #C52FF0. Grayscale: #8D8D8D. Windows color (decimal): -12922865 or 1036346. OLE color: 1036346.

HSL color Cylindrical-coordinate representation of color #3AD00F: hue angle of 106.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AD00F is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB5820815-
CMYK0.7200.930.18
HSL106.63º86.55%43.73%-
HSV(B)106.63º92.79%81.57%-
XYZ24.3946.058.05-
YUV141.1556.8168.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 208 (81.64% from 255) = 74.02%
BLUE value IS 15 (6.25% from 255) = 5.34%
R=20.64%
G=74.02%
B=5.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58208150.7200.930.18106.6386.5543.73
Hex3AD0F4805D126b572c
Octal723201711001352215312754
Binary1110101101000011111001000010111011001011010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,208,15); }

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

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

 a { background-color: rgb(58,208,15); }

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

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

 span { border-color: rgb(58,208,15); }

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