#2fc921

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

Shades of Lime Green #2FC921

Tints of Lime Green #2FC921

Color information

#2FC921 (or 0x2FC921) is unknown color: approx Lime Green. HEX triplet: 2F, C9 and 21. RGB value is (47,201,33). Sum of RGB (Red+Green+Blue) = 47+201+33=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC921 is #D036DE. Grayscale: #888888. Windows color (decimal): -13645535 or 2214191. OLE color: 2214191.

HSL color Cylindrical-coordinate representation of color #2FC921: hue angle of 115º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC921 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB4720133-
CMYK0.7700.840.21
HSL115º71.79%45.88%-
HSV(B)115º83.58%78.82%-
XYZ22.3342.498.46-
YUV135.869.9864.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 201 (78.91% from 255) = 71.53%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=16.73%
G=71.53%
B=11.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47201330.7700.840.2111571.7945.88
Hex2FC9214D0541573482e
Octal573114111501242516311056
Binary101111110010011000011001101010101001010111100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fc921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,201,33); }

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

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

 a { background-color: rgb(47,201,33); }

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

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

 span { border-color: rgb(47,201,33); }

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