#2FC043

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

Shades of Lime Green #2FC043

Tints of Lime Green #2FC043

Color information

#2FC043 (or 0x2FC043) is unknown color: approx Lime Green. HEX triplet: 2F, C0 and 43. RGB value is (47,192,67). Sum of RGB (Red+Green+Blue) = 47+192+67=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC043 is #D03FBC. Grayscale: #868686. Windows color (decimal): -13647805 or 4440111. OLE color: 4440111.

HSL color Cylindrical-coordinate representation of color #2FC043: hue angle of 128.28º 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 #2FC043 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB4719267-
CMYK0.7600.650.25
HSL128.28º60.67%46.86%-
HSV(B)128.28º75.52%75.29%-
XYZ21.0438.7111.67-
YUV134.3989.9665.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.36%
GREEN value IS 192 (75.39% from 255) = 62.75%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=15.36%
G=62.75%
B=21.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47192670.7600.650.25128.2860.6746.86
Hex2FC0434C04119803d2f
Octal573001031140101312007557
Binary1011111100000010000111001100010000011100110000000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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