Html Css Color HEX #3FBA14 Kelly Green

📋 copy color: '#3FBA14'

red 63 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #3FBA14

Tints of Kelly Green #3FBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.14%

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

R = 23.42%
G = 69.14%
B = 7.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#3FBA14 (or 0x3FBA14) is known color: Kelly Green. HEX triplet: 3F, BA and 14. RGB value is (63,186,20). Sum of RGB (Red+Green+Blue) = 63+186+20=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBA14 is #C045EB. Grayscale: #828282. Windows color (decimal): -12600812 or 1358399. OLE color: 1358399.

HSL color Cylindrical-coordinate representation of color #3FBA14: hue angle of 104.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FBA14 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 186 20 -
CMYK 0.66 0 0.89 0.27
HSL 104.46º 0.81% 0.4% -
HSV(B) 104.46º 0.89% 0.73% -
XYZ 19.74 36.23 6.61 -
YUV 130.3 65.75 80 -
System Red Green Blue C M Y K H S L
Decimal 63 186 20 0.66 0 0.89 0.27 104.46 0.81 0.4
Hex 3F BA 14 42 0 59 1B 68 51 28
Octal 77 272 24 102 0 131 33 150 121 50
Binary 111111 10111010 10100 1000010 0 1011001 11011 1101000 1010001 101000

Color Harmonies of #3FBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBA14

Black with #3FBA14

Text Example


Text Example

White with #3FBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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