#1CC725

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

Shades of Lime Green #1CC725

Tints of Lime Green #1CC725

Color information

#1CC725 (or 0x1CC725) is unknown color: approx Lime Green. HEX triplet: 1C, C7 and 25. RGB value is (28,199,37). Sum of RGB (Red+Green+Blue) = 28+199+37=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 199 (78.12% from 255 or 75.38% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC725 is #E338DA. Grayscale: #818181. Windows color (decimal): -14891227 or 2475804. OLE color: 2475804.

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

Color convert

RGB2819937-
CMYK0.8600.810.22
HSL123.16º75.33%44.51%-
HSV(B)123.16º85.93%78.04%-
XYZ21.2441.238.59-
YUV129.475.8555.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.61%
GREEN value IS 199 (78.12% from 255) = 75.38%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=10.61%
G=75.38%
B=14.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28199370.8600.810.22123.1675.3344.51
Hex1CC72556051167b4b2d
Octal343074512601212617311355
Binary11100110001111001011010110010100011011011110111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,199,37); }

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

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

 a { background-color: rgb(28,199,37); }

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

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

 span { border-color: rgb(28,199,37); }

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