#2FD210

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

Shades of Lime Green #2FD210

Tints of Lime Green #2FD210

Color information

#2FD210 (or 0x2FD210) is unknown color: approx Lime Green. HEX triplet: 2F, D2 and 10. RGB value is (47,210,16). Sum of RGB (Red+Green+Blue) = 47+210+16=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD210 is #D02DEF. Grayscale: #8B8B8B. Windows color (decimal): -13643248 or 1102383. OLE color: 1102383.

HSL color Cylindrical-coordinate representation of color #2FD210: hue angle of 110.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FD210 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB4721016-
CMYK0.7800.920.18
HSL110.41º85.84%44.31%-
HSV(B)110.41º92.38%82.35%-
XYZ24.3146.738.23-
YUV139.1558.562.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 210 (82.42% from 255) = 76.92%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=17.22%
G=76.92%
B=5.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal47210160.7800.920.18110.4185.8444.31
Hex2FD2104E05C126e562c
Octal573222011601342215612654
Binary10111111010010100001001110010111001001011011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,210,16); }

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

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

 a { background-color: rgb(47,210,16); }

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

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

 span { border-color: rgb(47,210,16); }

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