#1bd30f

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

Shades of Lime Green #1BD30F

Tints of Lime Green #1BD30F

Color information

#1BD30F (or 0x1BD30F) is unknown color: approx Lime Green. HEX triplet: 1B, D3 and 0F. RGB value is (27,211,15). Sum of RGB (Red+Green+Blue) = 27+211+15=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 211 (82.81% from 255 or 83.40% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD30F is #E42CF0. Grayscale: #868686. Windows color (decimal): -14953713 or 1037083. OLE color: 1037083.

HSL color Cylindrical-coordinate representation of color #1BD30F: hue angle of 116.33º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BD30F is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB2721115-
CMYK0.8700.930.17
HSL116.33º86.73%44.31%-
HSV(B)116.33º92.89%82.75%-
XYZ23.8346.868.24-
YUV133.6461.0451.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.67%
GREEN value IS 211 (82.81% from 255) = 83.40%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=10.67%
G=83.40%
B=5.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal27211150.8700.930.17116.3386.7344.31
Hex1BD3F5705D1174572c
Octal333231712701352116412754
Binary110111101001111111010111010111011000111101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bd30f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,211,15); }

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

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

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

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

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

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

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