#1fc43a

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

Shades of Lime Green #1FC43A

Tints of Lime Green #1FC43A

Color information

#1FC43A (or 0x1FC43A) is unknown color: approx Lime Green. HEX triplet: 1F, C4 and 3A. RGB value is (31,196,58). Sum of RGB (Red+Green+Blue) = 31+196+58=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC43A is #E03BC5. Grayscale: #838383. Windows color (decimal): -14695366 or 3851295. OLE color: 3851295.

HSL color Cylindrical-coordinate representation of color #1FC43A: hue angle of 129.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC43A is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB3119658-
CMYK0.8400.700.23
HSL129.82º72.69%44.51%-
HSV(B)129.82º84.18%76.86%-
XYZ21.0740.0810.63-
YUV130.9386.8456.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 196 (76.95% from 255) = 68.77%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=10.88%
G=68.77%
B=20.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal31196580.8400.700.23129.8272.6944.51
Hex1FC43A540461782492d
Octal373047212401062720211155
Binary111111100010011101010101000100011010111100000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fc43a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fc43a; }

 p { color: rgb(31,196,58); }

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

<style>
 a { background-color: #1fc43a; }

 a { background-color: rgb(31,196,58); }

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

<style>
 span { border-color: #1fc43a; }

 span { border-color: rgb(31,196,58); }

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