Html Css Color HEX #1DBA1E Lime Green

📋 copy color: '#1DBA1E'

red 29 ◦ green 186 ◦ blue 30

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

Shades of Lime Green #1DBA1E

Tints of Lime Green #1DBA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 11.84%
G = 75.92%
B = 12.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#1DBA1E (or 0x1DBA1E) is known color: Lime Green. HEX triplet: 1D, BA and 1E. RGB value is (29,186,30). Sum of RGB (Red+Green+Blue) = 29+186+30=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA1E is #E245E1. Grayscale: #797979. Windows color (decimal): -14829026 or 2013725. OLE color: 2013725.

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

Color convert

RGB 29 186 30 -
CMYK 0.84 0 0.84 0.27
HSL 120.38º 0.73% 0.42% -
HSV(B) 120.38º 0.84% 0.73% -
XYZ 18.3 35.47 7.11 -
YUV 121.27 76.49 62.18 -
System Red Green Blue C M Y K H S L
Decimal 29 186 30 0.84 0 0.84 0.27 120.38 0.73 0.42
Hex 1D BA 1E 54 0 54 1B 78 49 2A
Octal 35 272 36 124 0 124 33 170 111 52
Binary 11101 10111010 11110 1010100 0 1010100 11011 1111000 1001001 101010

Color Harmonies of #1DBA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA1E

Black with #1DBA1E

Text Example


Text Example

White with #1DBA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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