#1CC21B

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

Shades of Lime Green #1CC21B

Tints of Lime Green #1CC21B

Color information

#1CC21B (or 0x1CC21B) is unknown color: approx Lime Green. HEX triplet: 1C, C2 and 1B. RGB value is (28,194,27). Sum of RGB (Red+Green+Blue) = 28+194+27=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC21B is #E33DE4. Grayscale: #7D7D7D. Windows color (decimal): -14892517 or 1819164. OLE color: 1819164.

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

Color convert

RGB2819427-
CMYK0.8600.860.24
HSL119.64º75.57%43.33%-
HSV(B)119.64º86.08%76.08%-
XYZ19.9738.917.49-
YUV125.3372.558.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 194 (76.17% from 255) = 77.91%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=11.24%
G=77.91%
B=10.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28194270.8600.860.24119.6475.5743.33
Hex1CC21B5605618784c2b
Octal343023312601263017011453
Binary1110011000010110111010110010101101100011110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,194,27); }

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

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

 a { background-color: rgb(28,194,27); }

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

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

 span { border-color: rgb(28,194,27); }

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