Html Css Color HEX #1CCA16 Lime Green

📋 copy color: '#1CCA16'

red 28 ◦ green 202 ◦ blue 22

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

Shades of Lime Green #1CCA16

Tints of Lime Green #1CCA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 11.11%
G = 80.16%
B = 8.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#1CCA16 (or 0x1CCA16) is known color: Lime Green. HEX triplet: 1C, CA and 16. RGB value is (28,202,22). Sum of RGB (Red+Green+Blue) = 28+202+22=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA16 is #E335E9. Grayscale: #828282. Windows color (decimal): -14890474 or 1493532. OLE color: 1493532.

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

Color convert

RGB 28 202 22 -
CMYK 0.86 0 0.89 0.21
HSL 118º 0.8% 0.44% -
HSV(B) 118º 0.89% 0.79% -
XYZ 21.74 42.55 7.83 -
YUV 129.45 67.35 55.64 -
System Red Green Blue C M Y K H S L
Decimal 28 202 22 0.86 0 0.89 0.21 118 0.8 0.44
Hex 1C CA 16 56 0 59 15 76 50 2C
Octal 34 312 26 126 0 131 25 166 120 54
Binary 11100 11001010 10110 1010110 0 1011001 10101 1110110 1010000 101100

Color Harmonies of #1CCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA16

Black with #1CCA16

Text Example


Text Example

White with #1CCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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