Html Css Color HEX #04BE30 Dark Pastel Green

📋 copy color: '#04BE30'

red 4 ◦ green 190 ◦ blue 48

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

Shades of Dark Pastel Green #04BE30

Tints of Dark Pastel Green #04BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 78.51%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 1.65%
G = 78.51%
B = 19.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#04BE30 (or 0x04BE30) is known color: Dark Pastel Green. HEX triplet: 04, BE and 30. RGB value is (4,190,48). Sum of RGB (Red+Green+Blue) = 4+190+48=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 190 (74.61% from 255 or 78.51% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BE30 is #FB41CF. Grayscale: #767676. Windows color (decimal): -16466384 or 3194372. OLE color: 3194372.

HSL color Cylindrical-coordinate representation of color #04BE30: hue angle of 134.19º 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 #04BE30 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 190 48 -
CMYK 0.98 0 0.75 0.25
HSL 134.19º 0.96% 0.38% -
HSV(B) 134.19º 0.98% 0.75% -
XYZ 19 37.07 8.95 -
YUV 118.2 88.38 46.55 -
System Red Green Blue C M Y K H S L
Decimal 4 190 48 0.98 0 0.75 0.25 134.19 0.96 0.38
Hex 4 BE 30 62 0 4B 19 86 60 26
Octal 4 276 60 142 0 113 31 206 140 46
Binary 100 10111110 110000 1100010 0 1001011 11001 10000110 1100000 100110

Color Harmonies of #04BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE30

Black with #04BE30

Text Example


Text Example

White with #04BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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