Html Css Color HEX #1DBB2C Lime Green

📋 copy color: '#1DBB2C'

red 29 ◦ green 187 ◦ blue 44

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

Shades of Lime Green #1DBB2C

Tints of Lime Green #1DBB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 71.92%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 11.15%
G = 71.92%
B = 16.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#1DBB2C (or 0x1DBB2C) is known color: Lime Green. HEX triplet: 1D, BB and 2C. RGB value is (29,187,44). Sum of RGB (Red+Green+Blue) = 29+187+44=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 187 (73.44% from 255 or 71.92% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB2C is #E244D3. Grayscale: #7B7B7B. Windows color (decimal): -14828756 or 2931485. OLE color: 2931485.

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

Color convert

RGB 29 187 44 -
CMYK 0.84 0 0.76 0.27
HSL 125.7º 0.73% 0.42% -
HSV(B) 125.7º 0.84% 0.73% -
XYZ 18.73 35.98 8.34 -
YUV 123.46 83.15 60.63 -
System Red Green Blue C M Y K H S L
Decimal 29 187 44 0.84 0 0.76 0.27 125.7 0.73 0.42
Hex 1D BB 2C 54 0 4C 1B 7E 49 2A
Octal 35 273 54 124 0 114 33 176 111 52
Binary 11101 10111011 101100 1010100 0 1001100 11011 1111110 1001001 101010

Color Harmonies of #1DBB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB2C

Black with #1DBB2C

Text Example


Text Example

White with #1DBB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,44); }

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

background-color css

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

 a { background-color: rgb(29,187,44); }

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

border-color css

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

 span { border-color: rgb(29,187,44); }

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