Html Css Color HEX #2FA70F Kelly Green

📋 copy color: '#2FA70F'

red 47 ◦ green 167 ◦ blue 15

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

Shades of Kelly Green #2FA70F

Tints of Kelly Green #2FA70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 72.93%

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

R = 20.52%
G = 72.93%
B = 6.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#2FA70F (or 0x2FA70F) is known color: Kelly Green. HEX triplet: 2F, A7 and 0F. RGB value is (47,167,15). Sum of RGB (Red+Green+Blue) = 47+167+15=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 167 (65.62% from 255 or 72.93% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA70F is #D058F0. Grayscale: #727272. Windows color (decimal): -13654257 or 1025839. OLE color: 1025839.

HSL color Cylindrical-coordinate representation of color #2FA70F: hue angle of 107.37º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FA70F is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 167 15 -
CMYK 0.72 0 0.91 0.35
HSL 107.37º 0.84% 0.36% -
HSV(B) 107.37º 0.91% 0.65% -
XYZ 15.08 28.28 5.12 -
YUV 113.79 72.24 80.36 -
System Red Green Blue C M Y K H S L
Decimal 47 167 15 0.72 0 0.91 0.35 107.37 0.84 0.36
Hex 2F A7 F 48 0 5B 23 6B 54 24
Octal 57 247 17 110 0 133 43 153 124 44
Binary 101111 10100111 1111 1001000 0 1011011 100011 1101011 1010100 100100

Color Harmonies of #2FA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA70F

Black with #2FA70F

Text Example


Text Example

White with #2FA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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