#2FCC38

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

Shades of Lime Green #2FCC38

Tints of Lime Green #2FCC38

Color information

#2FCC38 (or 0x2FCC38) is unknown color: approx Lime Green. HEX triplet: 2F, CC and 38. RGB value is (47,204,56). Sum of RGB (Red+Green+Blue) = 47+204+56=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC38 is #D033C7. Grayscale: #8C8C8C. Windows color (decimal): -13644744 or 3722287. OLE color: 3722287.

HSL color Cylindrical-coordinate representation of color #2FCC38: hue angle of 123.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCC38 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB4720456-
CMYK0.7700.730.2
HSL123.44º62.55%49.22%-
HSV(B)123.44º76.96%80%-
XYZ23.4844.0811.01-
YUV140.1880.4961.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 204 (80.08% from 255) = 66.45%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=15.31%
G=66.45%
B=18.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal47204560.7700.730.2123.4462.5549.22
Hex2FCC384D049147b3f31
Octal57314701150111241737761
Binary10111111001100111000100110101001001101001111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,204,56); }

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

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

 a { background-color: rgb(47,204,56); }

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

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

 span { border-color: rgb(47,204,56); }

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