#02BE43

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

Shades of Dark Pastel Green #02BE43

Tints of Dark Pastel Green #02BE43

Color information

#02BE43 (or 0x02BE43) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BE and 43. RGB value is (2,190,67). Sum of RGB (Red+Green+Blue) = 2+190+67=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 190 (74.61% from 255 or 73.36% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BE43 is #FD41BC. Grayscale: #787878. Windows color (decimal): -16597437 or 4439554. OLE color: 4439554.

HSL color Cylindrical-coordinate representation of color #02BE43: hue angle of 140.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BE43 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB219067-
CMYK0.9900.650.25
HSL140.74º97.92%37.65%-
HSV(B)140.74º98.95%74.51%-
XYZ19.4537.2511.47-
YUV119.7798.2244-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 190 (74.61% from 255) = 73.36%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=0.77%
G=73.36%
B=25.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2190670.9900.650.25140.7497.9237.65
Hex2BE4363041198d6226
Octal227610314301013121514246
Binary1010111110100001111000110100000111001100011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,190,67); }

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

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

 a { background-color: rgb(2,190,67); }

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

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

 span { border-color: rgb(2,190,67); }

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