#1FC832

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

Shades of Lime Green #1FC832

Tints of Lime Green #1FC832

Color information

#1FC832 (or 0x1FC832) is unknown color: approx Lime Green. HEX triplet: 1F, C8 and 32. RGB value is (31,200,50). Sum of RGB (Red+Green+Blue) = 31+200+50=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 200 (78.52% from 255 or 71.17% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC832 is #E037CD. Grayscale: #848484. Windows color (decimal): -14694350 or 3328031. OLE color: 3328031.

HSL color Cylindrical-coordinate representation of color #1FC832: hue angle of 126.75º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC832 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB3120050-
CMYK0.8400.750.22
HSL126.75º73.16%45.29%-
HSV(B)126.75º84.5%78.43%-
XYZ21.841.839.94-
YUV132.3781.5155.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.03%
GREEN value IS 200 (78.52% from 255) = 71.17%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=11.03%
G=71.17%
B=17.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31200500.8400.750.22126.7573.1645.29
Hex1FC8325404B167f492d
Octal373106212401132617711155
Binary11111110010001100101010100010010111011011111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,200,50); }

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

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

 a { background-color: rgb(31,200,50); }

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

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

 span { border-color: rgb(31,200,50); }

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