#3FDA14

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

Shades of Kelly Green #3FDA14

Tints of Kelly Green #3FDA14

Color information

#3FDA14 (or 0x3FDA14) is unknown color: approx Kelly Green. HEX triplet: 3F, DA and 14. RGB value is (63,218,20). Sum of RGB (Red+Green+Blue) = 63+218+20=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDA14 is #C025EB. Grayscale: #959595. Windows color (decimal): -12592620 or 1366591. OLE color: 1366591.

HSL color Cylindrical-coordinate representation of color #3FDA14: hue angle of 106.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FDA14 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB6321820-
CMYK0.7100.910.15
HSL106.97º83.19%46.67%-
HSV(B)106.97º90.83%85.49%-
XYZ27.2551.259.12-
YUV149.0855.1566.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 218 (85.55% from 255) = 72.43%
BLUE value IS 20 (8.20% from 255) = 6.64%
R=20.93%
G=72.43%
B=6.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63218200.7100.910.15106.9783.1946.67
Hex3FDA144705BF6b532f
Octal773322410701331715312357
Binary1111111101101010100100011101011011111111010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,218,20); }

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

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

 a { background-color: rgb(63,218,20); }

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

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

 span { border-color: rgb(63,218,20); }

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