Html Css Color HEX #1DC031 Lime Green

📋 copy color: '#1DC031'

red 29 ◦ green 192 ◦ blue 49

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

Shades of Lime Green #1DC031

Tints of Lime Green #1DC031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 10.74%
G = 71.11%
B = 18.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#1DC031 (or 0x1DC031) is known color: Lime Green. HEX triplet: 1D, C0 and 31. RGB value is (29,192,49). Sum of RGB (Red+Green+Blue) = 29+192+49=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC031 is #E23FCE. Grayscale: #7F7F7F. Windows color (decimal): -14827471 or 3260445. OLE color: 3260445.

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

Color convert

RGB 29 192 49 -
CMYK 0.85 0 0.74 0.25
HSL 127.36º 0.74% 0.43% -
HSV(B) 127.36º 0.85% 0.75% -
XYZ 19.91 38.18 9.23 -
YUV 126.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 29 192 49 0.85 0 0.74 0.25 127.36 0.74 0.43
Hex 1D C0 31 55 0 4A 19 7F 4A 2B
Octal 35 300 61 125 0 112 31 177 112 53
Binary 11101 11000000 110001 1010101 0 1001010 11001 1111111 1001010 101011

Color Harmonies of #1DC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC031

Black with #1DC031

Text Example


Text Example

White with #1DC031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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