#2FC642

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

Shades of Lime Green #2FC642

Tints of Lime Green #2FC642

Color information

#2FC642 (or 0x2FC642) is unknown color: approx Lime Green. HEX triplet: 2F, C6 and 42. RGB value is (47,198,66). Sum of RGB (Red+Green+Blue) = 47+198+66=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC642 is #D039BD. Grayscale: #8A8A8A. Windows color (decimal): -13646270 or 4376111. OLE color: 4376111.

HSL color Cylindrical-coordinate representation of color #2FC642: hue angle of 127.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC642 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB4719866-
CMYK0.7600.670.22
HSL127.55º61.63%48.04%-
HSV(B)127.55º76.26%77.65%-
XYZ22.3541.3911.96-
YUV137.887.4763.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.11%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=15.11%
G=63.67%
B=21.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal47198660.7600.670.22127.5561.6348.04
Hex2FC6424C04316803e30
Octal573061021140103262007660
Binary1011111100011010000101001100010000111011010000000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,198,66); }

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

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

 a { background-color: rgb(47,198,66); }

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

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

 span { border-color: rgb(47,198,66); }

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