Html Css Color HEX #1DC308 Lime Green

📋 copy color: '#1DC308'

red 29 ◦ green 195 ◦ blue 8

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

Shades of Lime Green #1DC308

Tints of Lime Green #1DC308

RGB

 RED value IS 29 (11.72% from 255) = 12.5%

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

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

R = 12.5%
G = 84.05%
B = 3.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#1DC308 (or 0x1DC308) is known color: Lime Green. HEX triplet: 1D, C3 and 08. RGB value is (29,195,8). Sum of RGB (Red+Green+Blue) = 29+195+8=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC308 is #E23CF7. Grayscale: #7C7C7C. Windows color (decimal): -14826744 or 574237. OLE color: 574237.

HSL color Cylindrical-coordinate representation of color #1DC308: hue angle of 113.26º 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 #1DC308 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 8 -
CMYK 0.85 0 0.96 0.24
HSL 113.26º 0.92% 0.4% -
HSV(B) 113.26º 0.96% 0.76% -
XYZ 20.07 39.31 6.76 -
YUV 124.05 62.5 60.21 -
System Red Green Blue C M Y K H S L
Decimal 29 195 8 0.85 0 0.96 0.24 113.26 0.92 0.4
Hex 1D C3 8 55 0 60 18 71 5C 28
Octal 35 303 10 125 0 140 30 161 134 50
Binary 11101 11000011 1000 1010101 0 1100000 11000 1110001 1011100 101000

Color Harmonies of #1DC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC308

Black with #1DC308

Text Example


Text Example

White with #1DC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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