Html Css Color HEX #2FA800 Kelly Green

📋 copy color: '#2FA800'

red 47 ◦ green 168 ◦ blue 0

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

Shades of Kelly Green #2FA800

Tints of Kelly Green #2FA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 78.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.86%
G = 78.14%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#2FA800 (or 0x2FA800) is known color: Kelly Green. HEX triplet: 2F, A8 and 00. RGB value is (47,168,0). Sum of RGB (Red+Green+Blue) = 47+168+0=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 168 (66.02% from 255 or 78.14% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA800 is #D057FF. Grayscale: #717171. Windows color (decimal): -13654016 or 43055. OLE color: 43055.

HSL color Cylindrical-coordinate representation of color #2FA800: hue angle of 103.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FA800 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 47 168 0 -
CMYK 0.72 0 1 0.34
HSL 103.21º 1% 0.33% -
HSV(B) 103.21º 1% 0.66% -
XYZ 15.17 28.61 4.72 -
YUV 112.67 64.41 81.16 -
System Red Green Blue C M Y K H S L
Decimal 47 168 0 0.72 0 1 0.34 103.21 1 0.33
Hex 2F A8 0 48 0 64 22 67 64 21
Octal 57 250 0 110 0 144 42 147 144 41
Binary 101111 10101000 0 1001000 0 1100100 100010 1100111 1100100 100001

Color Harmonies of #2FA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA800

Black with #2FA800

Text Example


Text Example

White with #2FA800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,168,0); }

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

background-color css

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

 a { background-color: rgb(47,168,0); }

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

border-color css

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

 span { border-color: rgb(47,168,0); }

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