Html Css Color HEX #2FAE05 Kelly Green

📋 copy color: '#2FAE05'

red 47 ◦ green 174 ◦ blue 5

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

Shades of Kelly Green #2FAE05

Tints of Kelly Green #2FAE05

RGB

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

 GREEN value IS 174 (68.36% from 255) = 76.99%

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 20.8%
G = 76.99%
B = 2.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#2FAE05 (or 0x2FAE05) is known color: Kelly Green. HEX triplet: 2F, AE and 05. RGB value is (47,174,5). Sum of RGB (Red+Green+Blue) = 47+174+5=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 174 (68.36% from 255 or 76.99% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAE05 is #D051FA. Grayscale: #757575. Windows color (decimal): -13652475 or 372271. OLE color: 372271.

HSL color Cylindrical-coordinate representation of color #2FAE05: hue angle of 105.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FAE05 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 174 5 -
CMYK 0.73 0 0.97 0.32
HSL 105.09º 0.94% 0.35% -
HSV(B) 105.09º 0.97% 0.68% -
XYZ 16.34 30.89 5.24 -
YUV 116.76 64.92 78.24 -
System Red Green Blue C M Y K H S L
Decimal 47 174 5 0.73 0 0.97 0.32 105.09 0.94 0.35
Hex 2F AE 5 49 0 61 20 69 5E 23
Octal 57 256 5 111 0 141 40 151 136 43
Binary 101111 10101110 101 1001001 0 1100001 100000 1101001 1011110 100011

Color Harmonies of #2FAE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAE05

Black with #2FAE05

Text Example


Text Example

White with #2FAE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,5); }

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

background-color css

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

 a { background-color: rgb(47,174,5); }

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

border-color css

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

 span { border-color: rgb(47,174,5); }

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