#1CCD26

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

Shades of Lime Green #1CCD26

Tints of Lime Green #1CCD26

Color information

#1CCD26 (or 0x1CCD26) is unknown color: approx Lime Green. HEX triplet: 1C, CD and 26. RGB value is (28,205,38). Sum of RGB (Red+Green+Blue) = 28+205+38=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 205 (80.47% from 255 or 75.65% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD26 is #E332D9. Grayscale: #858585. Windows color (decimal): -14889690 or 2542876. OLE color: 2542876.

HSL color Cylindrical-coordinate representation of color #1CCD26: hue angle of 123.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD26 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB2820538-
CMYK0.8600.810.20
HSL123.39º75.97%45.69%-
HSV(B)123.39º86.34%80.39%-
XYZ22.6644.059.14-
YUV133.0474.3653.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 205 (80.47% from 255) = 75.65%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=10.33%
G=75.65%
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.20
SystemRedGreenBlueCMYKHSL
Decimal28205380.8600.810.20123.3975.9745.69
Hex1CCD2656051147b4c2e
Octal343154612601212417311456
Binary11100110011011001101010110010100011010011110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,205,38); }

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

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

 a { background-color: rgb(28,205,38); }

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

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

 span { border-color: rgb(28,205,38); }

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