Html Css Color HEX #1CC904 Lime Green

📋 copy color: '#1CC904'

red 28 ◦ green 201 ◦ blue 4

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

Shades of Lime Green #1CC904

Tints of Lime Green #1CC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 86.27%

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

R = 12.02%
G = 86.27%
B = 1.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#1CC904 (or 0x1CC904) is known color: Lime Green. HEX triplet: 1C, C9 and 04. RGB value is (28,201,4). Sum of RGB (Red+Green+Blue) = 28+201+4=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC904 is #E336FB. Grayscale: #7F7F7F. Windows color (decimal): -14890748 or 313628. OLE color: 313628.

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

Color convert

RGB 28 201 4 -
CMYK 0.86 0 0.98 0.21
HSL 112.69º 0.96% 0.4% -
HSV(B) 112.69º 0.98% 0.79% -
XYZ 21.39 42.03 7.1 -
YUV 126.82 58.69 57.52 -
System Red Green Blue C M Y K H S L
Decimal 28 201 4 0.86 0 0.98 0.21 112.69 0.96 0.4
Hex 1C C9 4 56 0 62 15 71 60 28
Octal 34 311 4 126 0 142 25 161 140 50
Binary 11100 11001001 100 1010110 0 1100010 10101 1110001 1100000 101000

Color Harmonies of #1CC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC904

Black with #1CC904

Text Example


Text Example

White with #1CC904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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