#1CD123

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

Shades of Lime Green #1CD123

Tints of Lime Green #1CD123

Color information

#1CD123 (or 0x1CD123) is unknown color: approx Lime Green. HEX triplet: 1C, D1 and 23. RGB value is (28,209,35). Sum of RGB (Red+Green+Blue) = 28+209+35=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD123 is #E32EDC. Grayscale: #878787. Windows color (decimal): -14888669 or 2347292. OLE color: 2347292.

HSL color Cylindrical-coordinate representation of color #1CD123: hue angle of 122.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD123 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB2820935-
CMYK0.8700.830.18
HSL122.32º76.37%46.47%-
HSV(B)122.32º86.6%81.96%-
XYZ23.5845.979.22-
YUV135.0571.5351.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 209 (82.03% from 255) = 76.84%
BLUE value IS 35 (14.06% from 255) = 12.87%
R=10.29%
G=76.84%
B=12.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28209350.8700.830.18122.3276.3746.47
Hex1CD12357053127a4c2e
Octal343214312701232217211456
Binary11100110100011000111010111010100111001011110101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,209,35); }

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

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

 a { background-color: rgb(28,209,35); }

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

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

 span { border-color: rgb(28,209,35); }

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