#02BB4E

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

Shades of Dark Pastel Green #02BB4E

Tints of Dark Pastel Green #02BB4E

Color information

#02BB4E (or 0x02BB4E) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BB and 4E. RGB value is (2,187,78). Sum of RGB (Red+Green+Blue) = 2+187+78=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB4E is #FD44B1. Grayscale: #777777. Windows color (decimal): -16598194 or 5159682. OLE color: 5159682.

HSL color Cylindrical-coordinate representation of color #02BB4E: hue angle of 144.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB4E is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB218778-
CMYK0.9900.580.27
HSL144.65º97.88%37.06%-
HSV(B)144.65º98.93%73.33%-
XYZ19.1736.113.17-
YUV119.26104.7144.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 187 (73.44% from 255) = 70.04%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=0.75%
G=70.04%
B=29.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2187780.9900.580.27144.6597.8837.06
Hex2BB4E6303A1B916225
Octal22731161430723322114245
Binary101011101110011101100011011101011011100100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BB4E; }

 p { color: rgb(2,187,78); }

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

<style>
 a { background-color: #02BB4E; }

 a { background-color: rgb(2,187,78); }

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

<style>
 span { border-color: #02BB4E; }

 span { border-color: rgb(2,187,78); }

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