#1BBF4E

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

Shades of Dark Pastel Green #1BBF4E

Tints of Dark Pastel Green #1BBF4E

Color information

#1BBF4E (or 0x1BBF4E) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, BF and 4E. RGB value is (27,191,78). Sum of RGB (Red+Green+Blue) = 27+191+78=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #1BBF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBF4E is #E440B1. Grayscale: #818181. Windows color (decimal): -14958770 or 5160731. OLE color: 5160731.

HSL color Cylindrical-coordinate representation of color #1BBF4E: hue angle of 138.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBF4E is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB2719178-
CMYK0.8600.590.25
HSL138.66º75.23%42.75%-
HSV(B)138.66º85.86%74.9%-
XYZ20.4638.0413.47-
YUV129.0899.1755.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.12%
GREEN value IS 191 (75% from 255) = 64.53%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=9.12%
G=64.53%
B=26.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27191780.8600.590.25138.6675.2342.75
Hex1BBF4E5603B198b4b2b
Octal332771161260733121311353
Binary110111011111110011101010110011101111001100010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,191,78); }

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

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

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

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

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

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

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