Html Css Color HEX #1CC310 Lime Green

📋 copy color: '#1CC310'

red 28 ◦ green 195 ◦ blue 16

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

Shades of Lime Green #1CC310

Tints of Lime Green #1CC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 81.59%

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

R = 11.72%
G = 81.59%
B = 6.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1CC310 (or 0x1CC310) is known color: Lime Green. HEX triplet: 1C, C3 and 10. RGB value is (28,195,16). Sum of RGB (Red+Green+Blue) = 28+195+16=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC310 is #E33CEF. Grayscale: #7D7D7D. Windows color (decimal): -14892272 or 1098524. OLE color: 1098524.

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

Color convert

RGB 28 195 16 -
CMYK 0.86 0 0.92 0.24
HSL 115.98º 0.85% 0.41% -
HSV(B) 115.98º 0.92% 0.76% -
XYZ 20.09 39.31 7.02 -
YUV 124.66 66.67 59.05 -
System Red Green Blue C M Y K H S L
Decimal 28 195 16 0.86 0 0.92 0.24 115.98 0.85 0.41
Hex 1C C3 10 56 0 5C 18 74 55 29
Octal 34 303 20 126 0 134 30 164 125 51
Binary 11100 11000011 10000 1010110 0 1011100 11000 1110100 1010101 101001

Color Harmonies of #1CC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC310

Black with #1CC310

Text Example


Text Example

White with #1CC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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