#2fc22d

Color #2FC22D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2FC22D

Tints of Lime Green #2FC22D

Color information

#2FC22D (or 0x2FC22D) is unknown color: approx Lime Green. HEX triplet: 2F, C2 and 2D. RGB value is (47,194,45). Sum of RGB (Red+Green+Blue) = 47+194+45=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC22D is #D03DD2. Grayscale: #858585. Windows color (decimal): -13647315 or 2998831. OLE color: 2998831.

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

Color convert

RGB4719445-
CMYK0.7600.770.24
HSL119.19º62.34%46.86%-
HSV(B)119.19º76.8%76.08%-
XYZ20.9439.388.98-
YUV133.0678.366.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 194 (76.17% from 255) = 67.83%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=16.43%
G=67.83%
B=15.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47194450.7600.770.24119.1962.3446.86
Hex2FC22D4C04D18773e2f
Octal57302551140115301677657
Binary10111111000010101101100110001001101110001110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fc22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2fc22d;
 }
 .AnyTagClassName
 {
   color: #2fc22d;
 }
</style>
background-color css

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

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

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

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

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

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