Html Css Color HEX #1CCA01 Lime Green

📋 copy color: '#1CCA01'

red 28 ◦ green 202 ◦ blue 1

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

Shades of Lime Green #1CCA01

Tints of Lime Green #1CCA01

RGB

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

 GREEN value IS 202 (79.3% from 255) = 87.45%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 12.12%
G = 87.45%
B = 0.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#1CCA01 (or 0x1CCA01) is known color: Lime Green. HEX triplet: 1C, CA and 01. RGB value is (28,202,1). Sum of RGB (Red+Green+Blue) = 28+202+1=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 202 (79.30% from 255 or 87.45% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA01 is #E335FE. Grayscale: #7F7F7F. Windows color (decimal): -14890495 or 117276. OLE color: 117276.

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

Color convert

RGB 28 202 1 -
CMYK 0.86 0 1.00 0.21
HSL 111.94º 0.99% 0.4% -
HSV(B) 111.94º 1% 0.79% -
XYZ 21.6 42.49 7.09 -
YUV 127.06 56.85 57.34 -
System Red Green Blue C M Y K H S L
Decimal 28 202 1 0.86 0 1.00 0.21 111.94 0.99 0.4
Hex 1C CA 1 56 0 64 15 70 63 28
Octal 34 312 1 126 0 144 25 160 143 50
Binary 11100 11001010 1 1010110 0 1100100 10101 1110000 1100011 101000

Color Harmonies of #1CCA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA01

Black with #1CCA01

Text Example


Text Example

White with #1CCA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,202,1); }

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

background-color css

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

 a { background-color: rgb(28,202,1); }

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

border-color css

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

 span { border-color: rgb(28,202,1); }

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