Html Css Color HEX #1BDB32 Lime Green

📋 copy color: '#1BDB32'

red 27 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #1BDB32

Tints of Lime Green #1BDB32

RGB

 RED value IS 27 (10.94% from 255) = 9.12%

 GREEN value IS 219 (85.94% from 255) = 73.99%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 9.12%
G = 73.99%
B = 16.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#1BDB32 (or 0x1BDB32) is known color: Lime Green. HEX triplet: 1B, DB and 32. RGB value is (27,219,50). Sum of RGB (Red+Green+Blue) = 27+219+50=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #1BDB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDB32 is #E424CD. Grayscale: #8E8E8E. Windows color (decimal): -14951630 or 3332891. OLE color: 3332891.

HSL color Cylindrical-coordinate representation of color #1BDB32: hue angle of 127.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDB32 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 219 50 -
CMYK 0.88 0 0.77 0.14
HSL 127.19º 0.78% 0.48% -
HSV(B) 127.19º 0.88% 0.86% -
XYZ 26.36 51.13 11.5 -
YUV 142.33 75.89 45.74 -
System Red Green Blue C M Y K H S L
Decimal 27 219 50 0.88 0 0.77 0.14 127.19 0.78 0.48
Hex 1B DB 32 58 0 4D E 7F 4E 30
Octal 33 333 62 130 0 115 16 177 116 60
Binary 11011 11011011 110010 1011000 0 1001101 1110 1111111 1001110 110000

Color Harmonies of #1BDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BDB32

Black with #1BDB32

Text Example


Text Example

White with #1BDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,219,50); }

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

background-color css

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

 a { background-color: rgb(27,219,50); }

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

border-color css

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

 span { border-color: rgb(27,219,50); }

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