Html Css Color HEX #2FB219 Kelly Green

📋 copy color: '#2FB219'

red 47 ◦ green 178 ◦ blue 25

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

Shades of Kelly Green #2FB219

Tints of Kelly Green #2FB219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 18.8%
G = 71.2%
B = 10%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#2FB219 (or 0x2FB219) is known color: Kelly Green. HEX triplet: 2F, B2 and 19. RGB value is (47,178,25). Sum of RGB (Red+Green+Blue) = 47+178+25=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB219 is #D04DE6. Grayscale: #797979. Windows color (decimal): -13651431 or 1684015. OLE color: 1684015.

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

Color convert

RGB 47 178 25 -
CMYK 0.74 0 0.86 0.30
HSL 111.37º 0.75% 0.4% -
HSV(B) 111.37º 0.86% 0.7% -
XYZ 17.27 32.52 6.29 -
YUV 121.39 73.6 74.94 -
System Red Green Blue C M Y K H S L
Decimal 47 178 25 0.74 0 0.86 0.30 111.37 0.75 0.4
Hex 2F B2 19 4A 0 56 1E 6F 4B 28
Octal 57 262 31 112 0 126 36 157 113 50
Binary 101111 10110010 11001 1001010 0 1010110 11110 1101111 1001011 101000

Color Harmonies of #2FB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB219

Black with #2FB219

Text Example


Text Example

White with #2FB219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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