Html Css Color HEX #2FA40B Kelly Green

📋 copy color: '#2FA40B'

red 47 ◦ green 164 ◦ blue 11

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

Shades of Kelly Green #2FA40B

Tints of Kelly Green #2FA40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 73.87%

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

R = 21.17%
G = 73.87%
B = 4.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#2FA40B (or 0x2FA40B) is known color: Kelly Green. HEX triplet: 2F, A4 and 0B. RGB value is (47,164,11). Sum of RGB (Red+Green+Blue) = 47+164+11=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 164 (64.45% from 255 or 73.87% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA40B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA40B is #D05BF4. Grayscale: #707070. Windows color (decimal): -13655029 or 762927. OLE color: 762927.

HSL color Cylindrical-coordinate representation of color #2FA40B: hue angle of 105.88º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FA40B is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 164 11 -
CMYK 0.71 0 0.93 0.36
HSL 105.88º 0.87% 0.34% -
HSV(B) 105.88º 0.93% 0.64% -
XYZ 14.51 27.18 4.8 -
YUV 111.58 71.24 81.94 -
System Red Green Blue C M Y K H S L
Decimal 47 164 11 0.71 0 0.93 0.36 105.88 0.87 0.34
Hex 2F A4 B 47 0 5D 24 6A 57 22
Octal 57 244 13 107 0 135 44 152 127 42
Binary 101111 10100100 1011 1000111 0 1011101 100100 1101010 1010111 100010

Color Harmonies of #2FA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA40B

Black with #2FA40B

Text Example


Text Example

White with #2FA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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