#1CC41D

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

Shades of Lime Green #1CC41D

Tints of Lime Green #1CC41D

Color information

#1CC41D (or 0x1CC41D) is unknown color: approx Lime Green. HEX triplet: 1C, C4 and 1D. RGB value is (28,196,29). Sum of RGB (Red+Green+Blue) = 28+196+29=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC41D is #E33BE2. Grayscale: #7F7F7F. Windows color (decimal): -14892003 or 1950748. OLE color: 1950748.

HSL color Cylindrical-coordinate representation of color #1CC41D: hue angle of 120.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC41D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB2819629-
CMYK0.8600.850.23
HSL120.36º75%43.92%-
HSV(B)120.36º85.71%76.86%-
XYZ20.4439.827.77-
YUV126.7372.8457.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 196 (76.95% from 255) = 77.47%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=11.07%
G=77.47%
B=11.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal28196290.8600.850.23120.367543.92
Hex1CC41D5605517784b2c
Octal343043512601252717011354
Binary1110011000100111011010110010101011011111110001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,196,29); }

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

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

 a { background-color: rgb(28,196,29); }

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

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

 span { border-color: rgb(28,196,29); }

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