Html Css Color HEX #3FCF07 Kelly Green

📋 copy color: '#3FCF07'

red 63 ◦ green 207 ◦ blue 7

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

Shades of Kelly Green #3FCF07

Tints of Kelly Green #3FCF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 22.74%
G = 74.73%
B = 2.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#3FCF07 (or 0x3FCF07) is known color: Kelly Green. HEX triplet: 3F, CF and 07. RGB value is (63,207,7). Sum of RGB (Red+Green+Blue) = 63+207+7=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCF07 is #C030F8. Grayscale: #8D8D8D. Windows color (decimal): -12595449 or 511807. OLE color: 511807.

HSL color Cylindrical-coordinate representation of color #3FCF07: hue angle of 103.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FCF07 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 7 -
CMYK 0.70 0 0.97 0.19
HSL 103.2º 0.93% 0.42% -
HSV(B) 103.2º 0.97% 0.81% -
XYZ 24.4 45.7 7.74 -
YUV 141.14 52.29 72.26 -
System Red Green Blue C M Y K H S L
Decimal 63 207 7 0.70 0 0.97 0.19 103.2 0.93 0.42
Hex 3F CF 7 46 0 61 13 67 5D 2A
Octal 77 317 7 106 0 141 23 147 135 52
Binary 111111 11001111 111 1000110 0 1100001 10011 1100111 1011101 101010

Color Harmonies of #3FCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF07

Black with #3FCF07

Text Example


Text Example

White with #3FCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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