Html Css Color HEX #1CC308 Lime Green

📋 copy color: '#1CC308'

red 28 ◦ green 195 ◦ blue 8

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

Shades of Lime Green #1CC308

Tints of Lime Green #1CC308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 12.12%
G = 84.42%
B = 3.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#1CC308 (or 0x1CC308) is known color: Lime Green. HEX triplet: 1C, C3 and 08. RGB value is (28,195,8). Sum of RGB (Red+Green+Blue) = 28+195+8=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC308 is #E33CF7. Grayscale: #7C7C7C. Windows color (decimal): -14892280 or 574236. OLE color: 574236.

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

Color convert

RGB 28 195 8 -
CMYK 0.86 0 0.96 0.24
HSL 113.58º 0.92% 0.4% -
HSV(B) 113.58º 0.96% 0.76% -
XYZ 20.04 39.29 6.76 -
YUV 123.75 62.67 59.71 -
System Red Green Blue C M Y K H S L
Decimal 28 195 8 0.86 0 0.96 0.24 113.58 0.92 0.4
Hex 1C C3 8 56 0 60 18 72 5C 28
Octal 34 303 10 126 0 140 30 162 134 50
Binary 11100 11000011 1000 1010110 0 1100000 11000 1110010 1011100 101000

Color Harmonies of #1CC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC308

Black with #1CC308

Text Example


Text Example

White with #1CC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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