Html Css Color HEX #1CC504 Lime Green

📋 copy color: '#1CC504'

red 28 ◦ green 197 ◦ blue 4

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

Shades of Lime Green #1CC504

Tints of Lime Green #1CC504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 12.23%
G = 86.03%
B = 1.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#1CC504 (or 0x1CC504) is known color: Lime Green. HEX triplet: 1C, C5 and 04. RGB value is (28,197,4). Sum of RGB (Red+Green+Blue) = 28+197+4=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 197 (77.34% from 255 or 86.03% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC504 is #E33AFB. Grayscale: #7D7D7D. Windows color (decimal): -14891772 or 312604. OLE color: 312604.

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

Color convert

RGB 28 197 4 -
CMYK 0.86 0 0.98 0.23
HSL 112.54º 0.96% 0.39% -
HSV(B) 112.54º 0.98% 0.77% -
XYZ 20.47 40.19 6.79 -
YUV 124.47 60.01 59.19 -
System Red Green Blue C M Y K H S L
Decimal 28 197 4 0.86 0 0.98 0.23 112.54 0.96 0.39
Hex 1C C5 4 56 0 62 17 71 60 27
Octal 34 305 4 126 0 142 27 161 140 47
Binary 11100 11000101 100 1010110 0 1100010 10111 1110001 1100000 100111

Color Harmonies of #1CC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC504

Black with #1CC504

Text Example


Text Example

White with #1CC504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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