#2FC31C

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

Shades of Lime Green #2FC31C

Tints of Lime Green #2FC31C

Color information

#2FC31C (or 0x2FC31C) is unknown color: approx Lime Green. HEX triplet: 2F, C3 and 1C. RGB value is (47,195,28). Sum of RGB (Red+Green+Blue) = 47+195+28=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC31C is #D03CE3. Grayscale: #848484. Windows color (decimal): -13647076 or 1884975. OLE color: 1884975.

HSL color Cylindrical-coordinate representation of color #2FC31C: hue angle of 113.17º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FC31C is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB4719528-
CMYK0.7600.860.24
HSL113.17º74.89%43.73%-
HSV(B)113.17º85.64%76.47%-
XYZ20.939.727.66-
YUV131.7169.4767.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 195 (76.56% from 255) = 72.22%
BLUE value IS 28 (11.33% from 255) = 10.37%
R=17.41%
G=72.22%
B=10.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47195280.7600.860.24113.1774.8943.73
Hex2FC31C4C05618714b2c
Octal573033411401263016111354
Binary10111111000011111001001100010101101100011100011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,195,28); }

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

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

 a { background-color: rgb(47,195,28); }

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

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

 span { border-color: rgb(47,195,28); }

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