#1CD926

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

Shades of Lime Green #1CD926

Tints of Lime Green #1CD926

Color information

#1CD926 (or 0x1CD926) is unknown color: approx Lime Green. HEX triplet: 1C, D9 and 26. RGB value is (28,217,38). Sum of RGB (Red+Green+Blue) = 28+217+38=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD926 is #E326D9. Grayscale: #8C8C8C. Windows color (decimal): -14886618 or 2545948. OLE color: 2545948.

HSL color Cylindrical-coordinate representation of color #1CD926: hue angle of 123.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD926 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2821738-
CMYK0.8700.820.15
HSL123.17º77.14%48.04%-
HSV(B)123.17º87.1%85.1%-
XYZ25.6450.0110.14-
YUV140.0870.3848.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 217 (85.16% from 255) = 76.68%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=9.89%
G=76.68%
B=13.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28217380.8700.820.15123.1777.1448.04
Hex1CD92657052F7b4d30
Octal343314612701221717311560
Binary1110011011001100110101011101010010111111110111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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