#1CC530

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

Shades of Lime Green #1CC530

Tints of Lime Green #1CC530

Color information

#1CC530 (or 0x1CC530) is unknown color: approx Lime Green. HEX triplet: 1C, C5 and 30. RGB value is (28,197,48). Sum of RGB (Red+Green+Blue) = 28+197+48=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC530 is #E33ACF. Grayscale: #818181. Windows color (decimal): -14891728 or 3196188. OLE color: 3196188.

HSL color Cylindrical-coordinate representation of color #1CC530: hue angle of 127.1º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC530 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB2819748-
CMYK0.8600.760.23
HSL127.1º75.11%44.12%-
HSV(B)127.1º85.79%77.25%-
XYZ20.9840.399.49-
YUV129.4882.0155.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 197 (77.34% from 255) = 72.16%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=10.26%
G=72.16%
B=17.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal28197480.8600.760.23127.175.1144.12
Hex1CC5305604C177f4b2c
Octal343056012601142717711354
Binary11100110001011100001010110010011001011111111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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