Html Css Color HEX #3FC414 Kelly Green

📋 copy color: '#3FC414'

red 63 ◦ green 196 ◦ blue 20

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

Shades of Kelly Green #3FC414

Tints of Kelly Green #3FC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70.25%

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

R = 22.58%
G = 70.25%
B = 7.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#3FC414 (or 0x3FC414) is known color: Kelly Green. HEX triplet: 3F, C4 and 14. RGB value is (63,196,20). Sum of RGB (Red+Green+Blue) = 63+196+20=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC414 is #C03BEB. Grayscale: #888888. Windows color (decimal): -12598252 or 1360959. OLE color: 1360959.

HSL color Cylindrical-coordinate representation of color #3FC414: hue angle of 105.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FC414 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 196 20 -
CMYK 0.68 0 0.90 0.23
HSL 105.34º 0.81% 0.42% -
HSV(B) 105.34º 0.9% 0.77% -
XYZ 21.92 40.59 7.34 -
YUV 136.17 62.44 75.81 -
System Red Green Blue C M Y K H S L
Decimal 63 196 20 0.68 0 0.90 0.23 105.34 0.81 0.42
Hex 3F C4 14 44 0 5A 17 69 51 2A
Octal 77 304 24 104 0 132 27 151 121 52
Binary 111111 11000100 10100 1000100 0 1011010 10111 1101001 1010001 101010

Color Harmonies of #3FC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC414

Black with #3FC414

Text Example


Text Example

White with #3FC414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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