#04BE2B

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

Shades of Dark Pastel Green #04BE2B

Tints of Dark Pastel Green #04BE2B

Color information

#04BE2B (or 0x04BE2B) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BE and 2B. RGB value is (4,190,43). Sum of RGB (Red+Green+Blue) = 4+190+43=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BE2B is #FB41D4. Grayscale: #767676. Windows color (decimal): -16466389 or 2866692. OLE color: 2866692.

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

Color convert

RGB419043-
CMYK0.9800.770.25
HSL132.58º95.88%38.04%-
HSV(B)132.58º97.89%74.51%-
XYZ18.937.038.44-
YUV117.6385.8846.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 190 (74.61% from 255) = 80.17%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=1.69%
G=80.17%
B=18.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4190430.9800.770.25132.5895.8838.04
Hex4BE2B6204D19856026
Octal42765314201153120514046
Binary1001011111010101111000100100110111001100001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BE2B; }

 p { color: rgb(4,190,43); }

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

<style>
 a { background-color: #04BE2B; }

 a { background-color: rgb(4,190,43); }

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

<style>
 span { border-color: #04BE2B; }

 span { border-color: rgb(4,190,43); }

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