#1bd929

Color #1BD929 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1BD929

Tints of Lime Green #1BD929

Color information

#1BD929 (or 0x1BD929) is unknown color: approx Lime Green. HEX triplet: 1B, D9 and 29. RGB value is (27,217,41). Sum of RGB (Red+Green+Blue) = 27+217+41=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 217 (85.16% from 255 or 76.14% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD929 is #E426D6. Grayscale: #8C8C8C. Windows color (decimal): -14952151 or 2742555. OLE color: 2742555.

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

Color convert

RGB2721741-
CMYK0.8800.810.15
HSL124.42º77.87%47.84%-
HSV(B)124.42º87.56%85.1%-
XYZ25.6750.0210.4-
YUV140.1372.0547.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.47%
GREEN value IS 217 (85.16% from 255) = 76.14%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=9.47%
G=76.14%
B=14.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal27217410.8800.810.15124.4277.8747.84
Hex1BD92958051F7c4e30
Octal333315113001211717411660
Binary1101111011001101001101100001010001111111111001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bd929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,217,41); }

 H1.HeaderClassName
 {
   color: #1bd929;
 }
 .AnyTagClassName
 {
   color: #1bd929;
 }
</style>
background-color css

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

 a { background-color: rgb(27,217,41); }

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

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

 span { border-color: rgb(27,217,41); }

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