#1CC131

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

Shades of Lime Green #1CC131

Tints of Lime Green #1CC131

Color information

#1CC131 (or 0x1CC131) is unknown color: approx Lime Green. HEX triplet: 1C, C1 and 31. RGB value is (28,193,49). Sum of RGB (Red+Green+Blue) = 28+193+49=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC131 is #E33ECE. Grayscale: #7F7F7F. Windows color (decimal): -14892751 or 3260700. OLE color: 3260700.

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

Color convert

RGB2819349-
CMYK0.8500.750.24
HSL127.64º74.66%43.33%-
HSV(B)127.64º85.49%75.69%-
XYZ20.138.619.3-
YUV127.2583.8457.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 193 (75.78% from 255) = 71.48%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=10.37%
G=71.48%
B=18.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28193490.8500.750.24127.6474.6643.33
Hex1CC1315504B18804b2b
Octal343016112501133020011353
Binary111001100000111000110101010100101111000100000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,193,49); }

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

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

 a { background-color: rgb(28,193,49); }

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

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

 span { border-color: rgb(28,193,49); }

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