Html Css Color HEX #3FBF0E Kelly Green

📋 copy color: '#3FBF0E'

red 63 ◦ green 191 ◦ blue 14

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

Shades of Kelly Green #3FBF0E

Tints of Kelly Green #3FBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 71.27%

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 23.51%
G = 71.27%
B = 5.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#3FBF0E (or 0x3FBF0E) is known color: Kelly Green. HEX triplet: 3F, BF and 0E. RGB value is (63,191,14). Sum of RGB (Red+Green+Blue) = 63+191+14=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBF0E is #C040F1. Grayscale: #858585. Windows color (decimal): -12599538 or 966463. OLE color: 966463.

HSL color Cylindrical-coordinate representation of color #3FBF0E: hue angle of 103.39º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FBF0E is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 191 14 -
CMYK 0.67 0 0.93 0.25
HSL 103.39º 0.86% 0.4% -
HSV(B) 103.39º 0.93% 0.75% -
XYZ 20.76 38.35 6.72 -
YUV 132.55 61.09 78.39 -
System Red Green Blue C M Y K H S L
Decimal 63 191 14 0.67 0 0.93 0.25 103.39 0.86 0.4
Hex 3F BF E 43 0 5D 19 67 56 28
Octal 77 277 16 103 0 135 31 147 126 50
Binary 111111 10111111 1110 1000011 0 1011101 11001 1100111 1010110 101000

Color Harmonies of #3FBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBF0E

Black with #3FBF0E

Text Example


Text Example

White with #3FBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,191,14); }

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

background-color css

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

 a { background-color: rgb(63,191,14); }

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

border-color css

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

 span { border-color: rgb(63,191,14); }

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