Html Css Color HEX #3FD012 Kelly Green

📋 copy color: '#3FD012'

red 63 ◦ green 208 ◦ blue 18

#3FD012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3FD012

Tints of Kelly Green #3FD012

RGB

 RED value IS 63 (25% from 255) = 21.8%

 GREEN value IS 208 (81.64% from 255) = 71.97%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 21.8%
G = 71.97%
B = 6.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#3FD012 (or 0x3FD012) is known color: Kelly Green. HEX triplet: 3F, D0 and 12. RGB value is (63,208,18). Sum of RGB (Red+Green+Blue) = 63+208+18=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD012 is #C02FED. Grayscale: #8F8F8F. Windows color (decimal): -12595182 or 1232959. OLE color: 1232959.

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

Color convert

RGB 63 208 18 -
CMYK 0.70 0 0.91 0.18
HSL 105.79º 0.84% 0.44% -
HSV(B) 105.79º 0.91% 0.82% -
XYZ 24.71 46.21 8.19 -
YUV 142.99 57.46 70.95 -
System Red Green Blue C M Y K H S L
Decimal 63 208 18 0.70 0 0.91 0.18 105.79 0.84 0.44
Hex 3F D0 12 46 0 5B 12 6A 54 2C
Octal 77 320 22 106 0 133 22 152 124 54
Binary 111111 11010000 10010 1000110 0 1011011 10010 1101010 1010100 101100

Color Harmonies of #3FD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD012

Black with #3FD012

Text Example


Text Example

White with #3FD012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,208,18); }

 H1.HeaderClassName
 {
   color: #3FD012;
 }
 .AnyTagClassName
 {
   color: #3FD012;
 }
</style>

background-color css

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

 a { background-color: rgb(63,208,18); }

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

border-color css

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

 span { border-color: rgb(63,208,18); }

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