Html Css Color HEX #04CE2B Dark Pastel Green

📋 copy color: '#04CE2B'

red 4 ◦ green 206 ◦ blue 43

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

Shades of Dark Pastel Green #04CE2B

Tints of Dark Pastel Green #04CE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 81.42%

 BLUE value IS 43 (17.19% from 255) = 17%

R = 1.58%
G = 81.42%
B = 17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#04CE2B (or 0x04CE2B) is known color: Dark Pastel Green. HEX triplet: 04, CE and 2B. RGB value is (4,206,43). Sum of RGB (Red+Green+Blue) = 4+206+43=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CE2B is #FB31D4. Grayscale: #7F7F7F. Windows color (decimal): -16462293 or 2870788. OLE color: 2870788.

HSL color Cylindrical-coordinate representation of color #04CE2B: hue angle of 131.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE2B is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 206 43 -
CMYK 0.98 0 0.79 0.19
HSL 131.58º 0.96% 0.41% -
HSV(B) 131.58º 0.98% 0.81% -
XYZ 22.56 44.34 9.66 -
YUV 127.02 80.58 40.25 -
System Red Green Blue C M Y K H S L
Decimal 4 206 43 0.98 0 0.79 0.19 131.58 0.96 0.41
Hex 4 CE 2B 62 0 4F 13 84 60 29
Octal 4 316 53 142 0 117 23 204 140 51
Binary 100 11001110 101011 1100010 0 1001111 10011 10000100 1100000 101001

Color Harmonies of #04CE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CE2B

Black with #04CE2B

Text Example


Text Example

White with #04CE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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