Html Css Color HEX #1CC421 Lime Green

📋 copy color: '#1CC421'

red 28 ◦ green 196 ◦ blue 33

#1CC421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1CC421

Tints of Lime Green #1CC421

RGB

 RED value IS 28 (11.33% from 255) = 10.89%

 GREEN value IS 196 (76.95% from 255) = 76.26%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 10.89%
G = 76.26%
B = 12.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1CC421 (or 0x1CC421) is known color: Lime Green. HEX triplet: 1C, C4 and 21. RGB value is (28,196,33). Sum of RGB (Red+Green+Blue) = 28+196+33=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC421 is #E33BDE. Grayscale: #7F7F7F. Windows color (decimal): -14891999 or 2212892. OLE color: 2212892.

HSL color Cylindrical-coordinate representation of color #1CC421: hue angle of 121.79º 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 #1CC421 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 196 33 -
CMYK 0.86 0 0.83 0.23
HSL 121.79º 0.75% 0.44% -
HSV(B) 121.79º 0.86% 0.77% -
XYZ 20.49 39.84 8.05 -
YUV 127.19 74.84 57.25 -
System Red Green Blue C M Y K H S L
Decimal 28 196 33 0.86 0 0.83 0.23 121.79 0.75 0.44
Hex 1C C4 21 56 0 53 17 7A 4B 2C
Octal 34 304 41 126 0 123 27 172 113 54
Binary 11100 11000100 100001 1010110 0 1010011 10111 1111010 1001011 101100

Color Harmonies of #1CC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC421

Black with #1CC421

Text Example


Text Example

White with #1CC421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CC421;
 }
 .AnyTagClassName
 {
   color: #1CC421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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