Html Css Color HEX #1DBA2B Lime Green

📋 copy color: '#1DBA2B'

red 29 ◦ green 186 ◦ blue 43

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

Shades of Lime Green #1DBA2B

Tints of Lime Green #1DBA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 11.24%
G = 72.09%
B = 16.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#1DBA2B (or 0x1DBA2B) is known color: Lime Green. HEX triplet: 1D, BA and 2B. RGB value is (29,186,43). Sum of RGB (Red+Green+Blue) = 29+186+43=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA2B is #E245D4. Grayscale: #7B7B7B. Windows color (decimal): -14829013 or 2865693. OLE color: 2865693.

HSL color Cylindrical-coordinate representation of color #1DBA2B: hue angle of 125.35º 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 #1DBA2B is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 186 43 -
CMYK 0.84 0 0.77 0.27
HSL 125.35º 0.73% 0.42% -
HSV(B) 125.35º 0.84% 0.73% -
XYZ 18.5 35.55 8.17 -
YUV 122.76 82.99 61.13 -
System Red Green Blue C M Y K H S L
Decimal 29 186 43 0.84 0 0.77 0.27 125.35 0.73 0.42
Hex 1D BA 2B 54 0 4D 1B 7D 49 2A
Octal 35 272 53 124 0 115 33 175 111 52
Binary 11101 10111010 101011 1010100 0 1001101 11011 1111101 1001001 101010

Color Harmonies of #1DBA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA2B

Black with #1DBA2B

Text Example


Text Example

White with #1DBA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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