#1CD413

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

Shades of Lime Green #1CD413

Tints of Lime Green #1CD413

Color information

#1CD413 (or 0x1CD413) is unknown color: approx Lime Green. HEX triplet: 1C, D4 and 13. RGB value is (28,212,19). Sum of RGB (Red+Green+Blue) = 28+212+19=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 212 (83.20% from 255 or 81.85% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD413 is #E32BEC. Grayscale: #878787. Windows color (decimal): -14887917 or 1299484. OLE color: 1299484.

HSL color Cylindrical-coordinate representation of color #1CD413: hue angle of 117.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CD413 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB2821219-
CMYK0.8700.910.17
HSL117.2º83.55%45.29%-
HSV(B)117.2º91.04%83.14%-
XYZ24.1447.388.49-
YUV134.9862.5451.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.81%
GREEN value IS 212 (83.20% from 255) = 81.85%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=10.81%
G=81.85%
B=7.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal28212190.8700.910.17117.283.5545.29
Hex1CD4135705B1175542d
Octal343242312701332116512455
Binary1110011010100100111010111010110111000111101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,212,19); }

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

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

 a { background-color: rgb(28,212,19); }

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

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

 span { border-color: rgb(28,212,19); }

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