Html Css Color HEX #1DBA33 Lime Green

📋 copy color: '#1DBA33'

red 29 ◦ green 186 ◦ blue 51

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

Shades of Lime Green #1DBA33

Tints of Lime Green #1DBA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 10.9%
G = 69.92%
B = 19.17%

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

#1DBA33 (or 0x1DBA33) is known color: Lime Green. HEX triplet: 1D, BA and 33. RGB value is (29,186,51). Sum of RGB (Red+Green+Blue) = 29+186+51=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA33 is #E245CC. Grayscale: #7C7C7C. Windows color (decimal): -14829005 or 3389981. OLE color: 3389981.

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

Color convert

RGB 29 186 51 -
CMYK 0.84 0 0.73 0.27
HSL 128.41º 0.73% 0.42% -
HSV(B) 128.41º 0.84% 0.73% -
XYZ 18.66 35.62 9.02 -
YUV 123.67 86.99 60.48 -
System Red Green Blue C M Y K H S L
Decimal 29 186 51 0.84 0 0.73 0.27 128.41 0.73 0.42
Hex 1D BA 33 54 0 49 1B 80 49 2A
Octal 35 272 63 124 0 111 33 200 111 52
Binary 11101 10111010 110011 1010100 0 1001001 11011 10000000 1001001 101010

Color Harmonies of #1DBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA33

Black with #1DBA33

Text Example


Text Example

White with #1DBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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