Html Css Color HEX #2FC220 Lime Green

📋 copy color: '#2FC220'

red 47 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #2FC220

Tints of Lime Green #2FC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.06%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 17.22%
G = 71.06%
B = 11.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2FC220 (or 0x2FC220) is known color: Lime Green. HEX triplet: 2F, C2 and 20. RGB value is (47,194,32). Sum of RGB (Red+Green+Blue) = 47+194+32=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC220 is #D03DDF. Grayscale: #848484. Windows color (decimal): -13647328 or 2146863. OLE color: 2146863.

HSL color Cylindrical-coordinate representation of color #2FC220: hue angle of 114.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC220 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 32 -
CMYK 0.76 0 0.84 0.24
HSL 114.44º 0.72% 0.44% -
HSV(B) 114.44º 0.84% 0.76% -
XYZ 20.72 39.29 7.86 -
YUV 131.58 71.8 67.67 -
System Red Green Blue C M Y K H S L
Decimal 47 194 32 0.76 0 0.84 0.24 114.44 0.72 0.44
Hex 2F C2 20 4C 0 54 18 72 48 2C
Octal 57 302 40 114 0 124 30 162 110 54
Binary 101111 11000010 100000 1001100 0 1010100 11000 1110010 1001000 101100

Color Harmonies of #2FC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC220

Black with #2FC220

Text Example


Text Example

White with #2FC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,194,32); }

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

background-color css

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

 a { background-color: rgb(47,194,32); }

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

border-color css

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

 span { border-color: rgb(47,194,32); }

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