Html Css Color HEX #1CC522 Lime Green

📋 copy color: '#1CC522'

red 28 ◦ green 197 ◦ blue 34

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

Shades of Lime Green #1CC522

Tints of Lime Green #1CC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 76.06%

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 10.81%
G = 76.06%
B = 13.13%

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

#1CC522 (or 0x1CC522) is known color: Lime Green. HEX triplet: 1C, C5 and 22. RGB value is (28,197,34). Sum of RGB (Red+Green+Blue) = 28+197+34=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 197 (77.34% from 255 or 76.06% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC522 is #E33ADD. Grayscale: #808080. Windows color (decimal): -14891742 or 2278684. OLE color: 2278684.

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

Color convert

RGB 28 197 34 -
CMYK 0.86 0 0.83 0.23
HSL 122.13º 0.75% 0.44% -
HSV(B) 122.13º 0.86% 0.77% -
XYZ 20.73 40.29 8.2 -
YUV 127.89 75.01 56.75 -
System Red Green Blue C M Y K H S L
Decimal 28 197 34 0.86 0 0.83 0.23 122.13 0.75 0.44
Hex 1C C5 22 56 0 53 17 7A 4B 2C
Octal 34 305 42 126 0 123 27 172 113 54
Binary 11100 11000101 100010 1010110 0 1010011 10111 1111010 1001011 101100

Color Harmonies of #1CC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC522

Black with #1CC522

Text Example


Text Example

White with #1CC522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,197,34); }

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

background-color css

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

 a { background-color: rgb(28,197,34); }

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

border-color css

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

 span { border-color: rgb(28,197,34); }

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