Html Css Color HEX #1DC036 Lime Green

📋 copy color: '#1DC036'

red 29 ◦ green 192 ◦ blue 54

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

Shades of Lime Green #1DC036

Tints of Lime Green #1DC036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 10.55%
G = 69.82%
B = 19.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#1DC036 (or 0x1DC036) is known color: Lime Green. HEX triplet: 1D, C0 and 36. RGB value is (29,192,54). Sum of RGB (Red+Green+Blue) = 29+192+54=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC036 is #E23FC9. Grayscale: #7F7F7F. Windows color (decimal): -14827466 or 3588125. OLE color: 3588125.

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

Color convert

RGB 29 192 54 -
CMYK 0.85 0 0.72 0.25
HSL 129.2º 0.74% 0.43% -
HSV(B) 129.2º 0.85% 0.75% -
XYZ 20.02 38.23 9.81 -
YUV 127.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 29 192 54 0.85 0 0.72 0.25 129.2 0.74 0.43
Hex 1D C0 36 55 0 48 19 81 4A 2B
Octal 35 300 66 125 0 110 31 201 112 53
Binary 11101 11000000 110110 1010101 0 1001000 11001 10000001 1001010 101011

Color Harmonies of #1DC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC036

Black with #1DC036

Text Example


Text Example

White with #1DC036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,54); }

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

background-color css

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

 a { background-color: rgb(29,192,54); }

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

border-color css

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

 span { border-color: rgb(29,192,54); }

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