Html Css Color HEX #1CC00A Lime Green

📋 copy color: '#1CC00A'

red 28 ◦ green 192 ◦ blue 10

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

Shades of Lime Green #1CC00A

Tints of Lime Green #1CC00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 83.48%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 12.17%
G = 83.48%
B = 4.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#1CC00A (or 0x1CC00A) is known color: Lime Green. HEX triplet: 1C, C0 and 0A. RGB value is (28,192,10). Sum of RGB (Red+Green+Blue) = 28+192+10=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC00A is #E33FF5. Grayscale: #7A7A7A. Windows color (decimal): -14893046 or 704540. OLE color: 704540.

HSL color Cylindrical-coordinate representation of color #1CC00A: hue angle of 114.07º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CC00A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 192 10 -
CMYK 0.85 0 0.95 0.25
HSL 114.07º 0.9% 0.4% -
HSV(B) 114.07º 0.95% 0.75% -
XYZ 19.38 37.97 6.59 -
YUV 122.22 64.67 60.8 -
System Red Green Blue C M Y K H S L
Decimal 28 192 10 0.85 0 0.95 0.25 114.07 0.9 0.4
Hex 1C C0 A 55 0 5F 19 72 5A 28
Octal 34 300 12 125 0 137 31 162 132 50
Binary 11100 11000000 1010 1010101 0 1011111 11001 1110010 1011010 101000

Color Harmonies of #1CC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC00A

Black with #1CC00A

Text Example


Text Example

White with #1CC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,192,10); }

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

background-color css

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

 a { background-color: rgb(28,192,10); }

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

border-color css

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

 span { border-color: rgb(28,192,10); }

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