#1FC530

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

Shades of Lime Green #1FC530

Tints of Lime Green #1FC530

Color information

#1FC530 (or 0x1FC530) is unknown color: approx Lime Green. HEX triplet: 1F, C5 and 30. RGB value is (31,197,48). Sum of RGB (Red+Green+Blue) = 31+197+48=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC530 is #E03ACF. Grayscale: #828282. Windows color (decimal): -14695120 or 3196191. OLE color: 3196191.

HSL color Cylindrical-coordinate representation of color #1FC530: hue angle of 126.14º 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 #1FC530 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB3119748-
CMYK0.8400.760.23
HSL126.14º72.81%44.71%-
HSV(B)126.14º84.26%77.25%-
XYZ21.0640.449.49-
YUV130.3881.557.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.23%
GREEN value IS 197 (77.34% from 255) = 71.38%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=11.23%
G=71.38%
B=17.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal31197480.8400.760.23126.1472.8144.71
Hex1FC5305404C177e492d
Octal373056012401142717611155
Binary11111110001011100001010100010011001011111111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,197,48); }

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

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

 a { background-color: rgb(31,197,48); }

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

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

 span { border-color: rgb(31,197,48); }

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