Html Css Color HEX #3FCF14 Kelly Green

📋 copy color: '#3FCF14'

red 63 ◦ green 207 ◦ blue 20

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

Shades of Kelly Green #3FCF14

Tints of Kelly Green #3FCF14

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.38%

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

R = 21.72%
G = 71.38%
B = 6.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#3FCF14 (or 0x3FCF14) is known color: Kelly Green. HEX triplet: 3F, CF and 14. RGB value is (63,207,20). Sum of RGB (Red+Green+Blue) = 63+207+20=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 207 (81.25% from 255 or 71.38% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCF14 is #C030EB. Grayscale: #8F8F8F. Windows color (decimal): -12595436 or 1363775. OLE color: 1363775.

HSL color Cylindrical-coordinate representation of color #3FCF14: hue angle of 106.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FCF14 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 20 -
CMYK 0.70 0 0.90 0.19
HSL 106.2º 0.82% 0.45% -
HSV(B) 106.2º 0.9% 0.81% -
XYZ 24.49 45.73 8.2 -
YUV 142.63 58.79 71.21 -
System Red Green Blue C M Y K H S L
Decimal 63 207 20 0.70 0 0.90 0.19 106.2 0.82 0.45
Hex 3F CF 14 46 0 5A 13 6A 52 2D
Octal 77 317 24 106 0 132 23 152 122 55
Binary 111111 11001111 10100 1000110 0 1011010 10011 1101010 1010010 101101

Color Harmonies of #3FCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF14

Black with #3FCF14

Text Example


Text Example

White with #3FCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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