#1BD02F

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

Shades of Lime Green #1BD02F

Tints of Lime Green #1BD02F

Color information

#1BD02F (or 0x1BD02F) is unknown color: approx Lime Green. HEX triplet: 1B, D0 and 2F. RGB value is (27,208,47). Sum of RGB (Red+Green+Blue) = 27+208+47=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD02F is #E42FD0. Grayscale: #878787. Windows color (decimal): -14954449 or 3133467. OLE color: 3133467.

HSL color Cylindrical-coordinate representation of color #1BD02F: hue angle of 126.63º 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 #1BD02F is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB2720847-
CMYK0.8700.770.18
HSL126.63º77.02%46.08%-
HSV(B)126.63º87.02%81.57%-
XYZ23.5245.5510.24-
YUV135.5378.0350.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 208 (81.64% from 255) = 73.76%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=9.57%
G=73.76%
B=16.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27208470.8700.770.18126.6377.0246.08
Hex1BD02F5704D127f4d2e
Octal333205712701152217711556
Binary11011110100001011111010111010011011001011111111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,208,47); }

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

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

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

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

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

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

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