#2FC037

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

Shades of Lime Green #2FC037

Tints of Lime Green #2FC037

Color information

#2FC037 (or 0x2FC037) is unknown color: approx Lime Green. HEX triplet: 2F, C0 and 37. RGB value is (47,192,55). Sum of RGB (Red+Green+Blue) = 47+192+55=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC037 is #D03FC8. Grayscale: #858585. Windows color (decimal): -13647817 or 3653679. OLE color: 3653679.

HSL color Cylindrical-coordinate representation of color #2FC037: hue angle of 123.31º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC037 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB4719255-
CMYK0.7600.710.25
HSL123.31º60.67%46.86%-
HSV(B)123.31º75.52%75.29%-
XYZ20.7138.589.97-
YUV133.0383.9666.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.99%
GREEN value IS 192 (75.39% from 255) = 65.31%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=15.99%
G=65.31%
B=18.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47192550.7600.710.25123.3160.6746.86
Hex2FC0374C047197b3d2f
Octal57300671140107311737557
Binary10111111000000110111100110001000111110011111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,192,55); }

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

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

 a { background-color: rgb(47,192,55); }

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

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

 span { border-color: rgb(47,192,55); }

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