Html Css Color HEX #04BD2E Dark Pastel Green

📋 copy color: '#04BD2E'

red 4 ◦ green 189 ◦ blue 46

#04BD2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #04BD2E

Tints of Dark Pastel Green #04BD2E

RGB

 RED value IS 4 (1.95% from 255) = 1.67%

 GREEN value IS 189 (74.22% from 255) = 79.08%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 1.67%
G = 79.08%
B = 19.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#04BD2E (or 0x04BD2E) is known color: Dark Pastel Green. HEX triplet: 04, BD and 2E. RGB value is (4,189,46). Sum of RGB (Red+Green+Blue) = 4+189+46=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 189 (74.22% from 255 or 79.08% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD2E is #FB42D1. Grayscale: #757575. Windows color (decimal): -16466642 or 3063044. OLE color: 3063044.

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

Color convert

RGB 4 189 46 -
CMYK 0.98 0 0.76 0.26
HSL 133.62º 0.96% 0.38% -
HSV(B) 133.62º 0.98% 0.74% -
XYZ 18.74 36.62 8.67 -
YUV 117.38 87.71 47.13 -
System Red Green Blue C M Y K H S L
Decimal 4 189 46 0.98 0 0.76 0.26 133.62 0.96 0.38
Hex 4 BD 2E 62 0 4C 1A 86 60 26
Octal 4 275 56 142 0 114 32 206 140 46
Binary 100 10111101 101110 1100010 0 1001100 11010 10000110 1100000 100110

Color Harmonies of #04BD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD2E

Black with #04BD2E

Text Example


Text Example

White with #04BD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,46); }

 H1.HeaderClassName
 {
   color: #04BD2E;
 }
 .AnyTagClassName
 {
   color: #04BD2E;
 }
</style>

background-color css

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

 a { background-color: rgb(4,189,46); }

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

border-color css

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

 span { border-color: rgb(4,189,46); }

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