Html Css Color HEX #2FB213 Kelly Green

📋 copy color: '#2FB213'

red 47 ◦ green 178 ◦ blue 19

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

Shades of Kelly Green #2FB213

Tints of Kelly Green #2FB213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 72.95%

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 19.26%
G = 72.95%
B = 7.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#2FB213 (or 0x2FB213) is known color: Kelly Green. HEX triplet: 2F, B2 and 13. RGB value is (47,178,19). Sum of RGB (Red+Green+Blue) = 47+178+19=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB213 is #D04DEC. Grayscale: #797979. Windows color (decimal): -13651437 or 1290799. OLE color: 1290799.

HSL color Cylindrical-coordinate representation of color #2FB213: hue angle of 109.43º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FB213 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 19 -
CMYK 0.74 0 0.89 0.30
HSL 109.43º 0.81% 0.39% -
HSV(B) 109.43º 0.89% 0.7% -
XYZ 17.21 32.49 5.98 -
YUV 120.71 70.6 75.43 -
System Red Green Blue C M Y K H S L
Decimal 47 178 19 0.74 0 0.89 0.30 109.43 0.81 0.39
Hex 2F B2 13 4A 0 59 1E 6D 51 27
Octal 57 262 23 112 0 131 36 155 121 47
Binary 101111 10110010 10011 1001010 0 1011001 11110 1101101 1010001 100111

Color Harmonies of #2FB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB213

Black with #2FB213

Text Example


Text Example

White with #2FB213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,19); }

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

background-color css

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

 a { background-color: rgb(47,178,19); }

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

border-color css

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

 span { border-color: rgb(47,178,19); }

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