Html Css Color HEX #1CCA03 Lime Green

📋 copy color: '#1CCA03'

red 28 ◦ green 202 ◦ blue 3

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

Shades of Lime Green #1CCA03

Tints of Lime Green #1CCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 12.02%
G = 86.7%
B = 1.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#1CCA03 (or 0x1CCA03) is known color: Lime Green. HEX triplet: 1C, CA and 03. RGB value is (28,202,3). Sum of RGB (Red+Green+Blue) = 28+202+3=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 202 (79.30% from 255 or 86.70% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA03 is #E335FC. Grayscale: #7F7F7F. Windows color (decimal): -14890493 or 248348. OLE color: 248348.

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

Color convert

RGB 28 202 3 -
CMYK 0.86 0 0.99 0.21
HSL 112.46º 0.97% 0.4% -
HSV(B) 112.46º 0.99% 0.79% -
XYZ 21.62 42.49 7.15 -
YUV 127.29 57.85 57.18 -
System Red Green Blue C M Y K H S L
Decimal 28 202 3 0.86 0 0.99 0.21 112.46 0.97 0.4
Hex 1C CA 3 56 0 63 15 70 61 28
Octal 34 312 3 126 0 143 25 160 141 50
Binary 11100 11001010 11 1010110 0 1100011 10101 1110000 1100001 101000

Color Harmonies of #1CCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA03

Black with #1CCA03

Text Example


Text Example

White with #1CCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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