#1cce3d

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

Shades of Lime Green #1CCE3D

Tints of Lime Green #1CCE3D

Color information

#1CCE3D (or 0x1CCE3D) is unknown color: approx Lime Green. HEX triplet: 1C, CE and 3D. RGB value is (28,206,61). Sum of RGB (Red+Green+Blue) = 28+206+61=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCE3D is #E331C2. Grayscale: #888888. Windows color (decimal): -14889411 or 4050460. OLE color: 4050460.

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

Color convert

RGB2820661-
CMYK0.8600.700.19
HSL131.12º76.07%45.88%-
HSV(B)131.12º86.41%80.78%-
XYZ23.3944.7311.82-
YUV136.2585.5350.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 206 (80.86% from 255) = 69.83%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=9.49%
G=69.83%
B=20.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28206610.8600.700.19131.1276.0745.88
Hex1CCE3D5604613834c2e
Octal343167512601062320311456
Binary111001100111011110110101100100011010011100000111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cce3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,206,61); }

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

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

 a { background-color: rgb(28,206,61); }

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

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

 span { border-color: rgb(28,206,61); }

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