Html Css Color HEX #1CCC04 Lime Green

📋 copy color: '#1CCC04'

red 28 ◦ green 204 ◦ blue 4

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

Shades of Lime Green #1CCC04

Tints of Lime Green #1CCC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 86.44%

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

R = 11.86%
G = 86.44%
B = 1.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#1CCC04 (or 0x1CCC04) is known color: Lime Green. HEX triplet: 1C, CC and 04. RGB value is (28,204,4). Sum of RGB (Red+Green+Blue) = 28+204+4=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 204 (80.08% from 255 or 86.44% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC04 is #E333FB. Grayscale: #818181. Windows color (decimal): -14889980 or 314396. OLE color: 314396.

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

Color convert

RGB 28 204 4 -
CMYK 0.86 0 0.98 0.2
HSL 112.8º 0.96% 0.41% -
HSV(B) 112.8º 0.98% 0.8% -
XYZ 22.09 43.44 7.34 -
YUV 128.58 57.69 56.26 -
System Red Green Blue C M Y K H S L
Decimal 28 204 4 0.86 0 0.98 0.2 112.8 0.96 0.41
Hex 1C CC 4 56 0 62 14 71 60 29
Octal 34 314 4 126 0 142 24 161 140 51
Binary 11100 11001100 100 1010110 0 1100010 10100 1110001 1100000 101001

Color Harmonies of #1CCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC04

Black with #1CCC04

Text Example


Text Example

White with #1CCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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