Html Css Color HEX #1CCA10 Lime Green

📋 copy color: '#1CCA10'

red 28 ◦ green 202 ◦ blue 16

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

Shades of Lime Green #1CCA10

Tints of Lime Green #1CCA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 11.38%
G = 82.11%
B = 6.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#1CCA10 (or 0x1CCA10) is known color: Lime Green. HEX triplet: 1C, CA and 10. RGB value is (28,202,16). Sum of RGB (Red+Green+Blue) = 28+202+16=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 202 (79.30% from 255 or 82.11% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCA10 is #E335EF. Grayscale: #818181. Windows color (decimal): -14890480 or 1100316. OLE color: 1100316.

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

Color convert

RGB 28 202 16 -
CMYK 0.86 0 0.92 0.21
HSL 116.13º 0.85% 0.43% -
HSV(B) 116.13º 0.92% 0.79% -
XYZ 21.69 42.53 7.56 -
YUV 128.77 64.35 56.12 -
System Red Green Blue C M Y K H S L
Decimal 28 202 16 0.86 0 0.92 0.21 116.13 0.85 0.43
Hex 1C CA 10 56 0 5C 15 74 55 2B
Octal 34 312 20 126 0 134 25 164 125 53
Binary 11100 11001010 10000 1010110 0 1011100 10101 1110100 1010101 101011

Color Harmonies of #1CCA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA10

Black with #1CCA10

Text Example


Text Example

White with #1CCA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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