#2fc423

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

Shades of Lime Green #2FC423

Tints of Lime Green #2FC423

Color information

#2FC423 (or 0x2FC423) is unknown color: approx Lime Green. HEX triplet: 2F, C4 and 23. RGB value is (47,196,35). Sum of RGB (Red+Green+Blue) = 47+196+35=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC423 is #D03BDC. Grayscale: #858585. Windows color (decimal): -13646813 or 2343983. OLE color: 2343983.

HSL color Cylindrical-coordinate representation of color #2FC423: hue angle of 115.53º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC423 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB4719635-
CMYK0.7600.820.23
HSL115.53º69.7%45.29%-
HSV(B)115.53º82.14%76.86%-
XYZ21.2240.218.23-
YUV133.172.6466.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 196 (76.95% from 255) = 70.50%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=16.91%
G=70.50%
B=12.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal47196350.7600.820.23115.5369.745.29
Hex2FC4234C0521774462d
Octal573044311401222716410655
Binary101111110001001000111001100010100101011111101001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fc423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,196,35); }

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

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

 a { background-color: rgb(47,196,35); }

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

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

 span { border-color: rgb(47,196,35); }

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