Html Css Color HEX #2FC70F Kelly Green

📋 copy color: '#2FC70F'

red 47 ◦ green 199 ◦ blue 15

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

Shades of Kelly Green #2FC70F

Tints of Kelly Green #2FC70F

RGB

 RED value IS 47 (18.75% from 255) = 18.01%

 GREEN value IS 199 (78.13% from 255) = 76.25%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 18.01%
G = 76.25%
B = 5.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#2FC70F (or 0x2FC70F) is known color: Kelly Green. HEX triplet: 2F, C7 and 0F. RGB value is (47,199,15). Sum of RGB (Red+Green+Blue) = 47+199+15=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 199 (78.12% from 255 or 76.25% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC70F is #D038F0. Grayscale: #858585. Windows color (decimal): -13646065 or 1034031. OLE color: 1034031.

HSL color Cylindrical-coordinate representation of color #2FC70F: hue angle of 109.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FC70F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 199 15 -
CMYK 0.76 0 0.92 0.22
HSL 109.57º 0.86% 0.42% -
HSV(B) 109.57º 0.92% 0.78% -
XYZ 21.68 41.49 7.32 -
YUV 132.58 61.64 66.96 -
System Red Green Blue C M Y K H S L
Decimal 47 199 15 0.76 0 0.92 0.22 109.57 0.86 0.42
Hex 2F C7 F 4C 0 5C 16 6E 56 2A
Octal 57 307 17 114 0 134 26 156 126 52
Binary 101111 11000111 1111 1001100 0 1011100 10110 1101110 1010110 101010

Color Harmonies of #2FC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC70F

Black with #2FC70F

Text Example


Text Example

White with #2FC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FC70F; }

 p { color: rgb(47,199,15); }

 H1.HeaderClassName
 {
   color: #2FC70F;
 }
 .AnyTagClassName
 {
   color: #2FC70F;
 }
</style>

background-color css

<style>
 a { background-color: #2FC70F; }

 a { background-color: rgb(47,199,15); }

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

border-color css

<style>
 span { border-color: #2FC70F; }

 span { border-color: rgb(47,199,15); }

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