Html Css Color HEX #1DBC32 Lime Green

📋 copy color: '#1DBC32'

red 29 ◦ green 188 ◦ blue 50

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

Shades of Lime Green #1DBC32

Tints of Lime Green #1DBC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 70.41%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 10.86%
G = 70.41%
B = 18.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#1DBC32 (or 0x1DBC32) is known color: Lime Green. HEX triplet: 1D, BC and 32. RGB value is (29,188,50). Sum of RGB (Red+Green+Blue) = 29+188+50=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC32 is #E243CD. Grayscale: #7D7D7D. Windows color (decimal): -14828494 or 3324957. OLE color: 3324957.

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

Color convert

RGB 29 188 50 -
CMYK 0.85 0 0.73 0.26
HSL 127.92º 0.73% 0.43% -
HSV(B) 127.92º 0.85% 0.74% -
XYZ 19.07 36.46 9.05 -
YUV 124.73 85.82 59.72 -
System Red Green Blue C M Y K H S L
Decimal 29 188 50 0.85 0 0.73 0.26 127.92 0.73 0.43
Hex 1D BC 32 55 0 49 1A 80 49 2B
Octal 35 274 62 125 0 111 32 200 111 53
Binary 11101 10111100 110010 1010101 0 1001001 11010 10000000 1001001 101011

Color Harmonies of #1DBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBC32

Black with #1DBC32

Text Example


Text Example

White with #1DBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,188,50); }

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

background-color css

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

 a { background-color: rgb(29,188,50); }

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

border-color css

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

 span { border-color: rgb(29,188,50); }

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