Html Css Color HEX #2FA60F Kelly Green

📋 copy color: '#2FA60F'

red 47 ◦ green 166 ◦ blue 15

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

Shades of Kelly Green #2FA60F

Tints of Kelly Green #2FA60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 72.81%

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

R = 20.61%
G = 72.81%
B = 6.58%

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

#2FA60F (or 0x2FA60F) is known color: Kelly Green. HEX triplet: 2F, A6 and 0F. RGB value is (47,166,15). Sum of RGB (Red+Green+Blue) = 47+166+15=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA60F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA60F is #D059F0. Grayscale: #717171. Windows color (decimal): -13654513 or 1025583. OLE color: 1025583.

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

Color convert

RGB 47 166 15 -
CMYK 0.72 0 0.91 0.35
HSL 107.28º 0.83% 0.35% -
HSV(B) 107.28º 0.91% 0.65% -
XYZ 14.89 27.91 5.05 -
YUV 113.21 72.58 80.78 -
System Red Green Blue C M Y K H S L
Decimal 47 166 15 0.72 0 0.91 0.35 107.28 0.83 0.35
Hex 2F A6 F 48 0 5B 23 6B 53 23
Octal 57 246 17 110 0 133 43 153 123 43
Binary 101111 10100110 1111 1001000 0 1011011 100011 1101011 1010011 100011

Color Harmonies of #2FA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA60F

Black with #2FA60F

Text Example


Text Example

White with #2FA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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