#1BD21B

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

Shades of Lime Green #1BD21B

Tints of Lime Green #1BD21B

Color information

#1BD21B (or 0x1BD21B) is unknown color: approx Lime Green. HEX triplet: 1B, D2 and 1B. RGB value is (27,210,27). Sum of RGB (Red+Green+Blue) = 27+210+27=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD21B is #E42DE4. Grayscale: #868686. Windows color (decimal): -14953957 or 1823259. OLE color: 1823259.

HSL color Cylindrical-coordinate representation of color #1BD21B: hue angle of 120º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD21B is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2721027-
CMYK0.8700.870.18
HSL120º77.22%46.47%-
HSV(B)120º87.14%82.35%-
XYZ23.746.418.75-
YUV134.4267.3751.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 210 (82.42% from 255) = 79.55%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=10.23%
G=79.55%
B=10.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27210270.8700.870.1812077.2246.47
Hex1BD21B5705712784d2e
Octal333223312701272217011556
Binary1101111010010110111010111010101111001011110001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,210,27); }

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

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

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

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

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

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

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