Html Css Color HEX #1DBA22 Lime Green

📋 copy color: '#1DBA22'

red 29 ◦ green 186 ◦ blue 34

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

Shades of Lime Green #1DBA22

Tints of Lime Green #1DBA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 11.65%
G = 74.7%
B = 13.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#1DBA22 (or 0x1DBA22) is known color: Lime Green. HEX triplet: 1D, BA and 22. RGB value is (29,186,34). Sum of RGB (Red+Green+Blue) = 29+186+34=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA22 is #E245DD. Grayscale: #7A7A7A. Windows color (decimal): -14829022 or 2275869. OLE color: 2275869.

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

Color convert

RGB 29 186 34 -
CMYK 0.84 0 0.82 0.27
HSL 121.91º 0.73% 0.42% -
HSV(B) 121.91º 0.84% 0.73% -
XYZ 18.35 35.49 7.4 -
YUV 121.73 78.49 61.86 -
System Red Green Blue C M Y K H S L
Decimal 29 186 34 0.84 0 0.82 0.27 121.91 0.73 0.42
Hex 1D BA 22 54 0 52 1B 7A 49 2A
Octal 35 272 42 124 0 122 33 172 111 52
Binary 11101 10111010 100010 1010100 0 1010010 11011 1111010 1001001 101010

Color Harmonies of #1DBA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA22

Black with #1DBA22

Text Example


Text Example

White with #1DBA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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