Html Css Color HEX #3FCC14 Kelly Green

📋 copy color: '#3FCC14'

red 63 ◦ green 204 ◦ blue 20

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

Shades of Kelly Green #3FCC14

Tints of Kelly Green #3FCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.08%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 21.95%
G = 71.08%
B = 6.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#3FCC14 (or 0x3FCC14) is known color: Kelly Green. HEX triplet: 3F, CC and 14. RGB value is (63,204,20). Sum of RGB (Red+Green+Blue) = 63+204+20=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCC14 is #C033EB. Grayscale: #8D8D8D. Windows color (decimal): -12596204 or 1363007. OLE color: 1363007.

HSL color Cylindrical-coordinate representation of color #3FCC14: hue angle of 105.98º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FCC14 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 20 -
CMYK 0.69 0 0.90 0.2
HSL 105.98º 0.82% 0.44% -
HSV(B) 105.98º 0.9% 0.8% -
XYZ 23.77 44.29 7.96 -
YUV 140.87 59.79 72.46 -
System Red Green Blue C M Y K H S L
Decimal 63 204 20 0.69 0 0.90 0.2 105.98 0.82 0.44
Hex 3F CC 14 45 0 5A 14 6A 52 2C
Octal 77 314 24 105 0 132 24 152 122 54
Binary 111111 11001100 10100 1000101 0 1011010 10100 1101010 1010010 101100

Color Harmonies of #3FCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC14

Black with #3FCC14

Text Example


Text Example

White with #3FCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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