Html Css Color HEX #2FA60B Kelly Green

📋 copy color: '#2FA60B'

red 47 ◦ green 166 ◦ blue 11

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

Shades of Kelly Green #2FA60B

Tints of Kelly Green #2FA60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 20.98%
G = 74.11%
B = 4.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#2FA60B (or 0x2FA60B) is known color: Kelly Green. HEX triplet: 2F, A6 and 0B. RGB value is (47,166,11). Sum of RGB (Red+Green+Blue) = 47+166+11=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA60B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA60B is #D059F4. Grayscale: #717171. Windows color (decimal): -13654517 or 763439. OLE color: 763439.

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

Color convert

RGB 47 166 11 -
CMYK 0.72 0 0.93 0.35
HSL 106.06º 0.88% 0.35% -
HSV(B) 106.06º 0.93% 0.65% -
XYZ 14.87 27.9 4.92 -
YUV 112.75 70.58 81.1 -
System Red Green Blue C M Y K H S L
Decimal 47 166 11 0.72 0 0.93 0.35 106.06 0.88 0.35
Hex 2F A6 B 48 0 5D 23 6A 58 23
Octal 57 246 13 110 0 135 43 152 130 43
Binary 101111 10100110 1011 1001000 0 1011101 100011 1101010 1011000 100011

Color Harmonies of #2FA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA60B

Black with #2FA60B

Text Example


Text Example

White with #2FA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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