#1BDC36

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

Shades of Lime Green #1BDC36

Tints of Lime Green #1BDC36

Color information

#1BDC36 (or 0x1BDC36) is unknown color: approx Lime Green. HEX triplet: 1B, DC and 36. RGB value is (27,220,54). Sum of RGB (Red+Green+Blue) = 27+220+54=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDC36 is #E423C9. Grayscale: #8F8F8F. Windows color (decimal): -14951370 or 3595291. OLE color: 3595291.

HSL color Cylindrical-coordinate representation of color #1BDC36: hue angle of 128.39º 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 #1BDC36 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB2722054-
CMYK0.8800.750.14
HSL128.39º78.14%48.43%-
HSV(B)128.39º87.73%86.27%-
XYZ26.7151.6912.06-
YUV143.3777.5645-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 220 (86.33% from 255) = 73.09%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=8.97%
G=73.09%
B=17.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal27220540.8800.750.14128.3978.1448.43
Hex1BDC365804BE804e30
Octal333346613001131620011660
Binary11011110111001101101011000010010111110100000001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,220,54); }

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

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

 a { background-color: rgb(27,220,54); }

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

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

 span { border-color: rgb(27,220,54); }

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