Html Css Color HEX #1DBA32 Lime Green

📋 copy color: '#1DBA32'

red 29 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #1DBA32

Tints of Lime Green #1DBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.19%

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

R = 10.94%
G = 70.19%
B = 18.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#1DBA32 (or 0x1DBA32) is known color: Lime Green. HEX triplet: 1D, BA and 32. RGB value is (29,186,50). Sum of RGB (Red+Green+Blue) = 29+186+50=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA32 is #E245CD. Grayscale: #7B7B7B. Windows color (decimal): -14829006 or 3324445. OLE color: 3324445.

HSL color Cylindrical-coordinate representation of color #1DBA32: hue angle of 128.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA32 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 186 50 -
CMYK 0.84 0 0.73 0.27
HSL 128.03º 0.73% 0.42% -
HSV(B) 128.03º 0.84% 0.73% -
XYZ 18.64 35.61 8.91 -
YUV 123.55 86.49 60.56 -
System Red Green Blue C M Y K H S L
Decimal 29 186 50 0.84 0 0.73 0.27 128.03 0.73 0.42
Hex 1D BA 32 54 0 49 1B 80 49 2A
Octal 35 272 62 124 0 111 33 200 111 52
Binary 11101 10111010 110010 1010100 0 1001001 11011 10000000 1001001 101010

Color Harmonies of #1DBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA32

Black with #1DBA32

Text Example


Text Example

White with #1DBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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