Html Css Color HEX #04CB2B Dark Pastel Green

📋 copy color: '#04CB2B'

red 4 ◦ green 203 ◦ blue 43

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

Shades of Dark Pastel Green #04CB2B

Tints of Dark Pastel Green #04CB2B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 81.2%

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

R = 1.6%
G = 81.2%
B = 17.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#04CB2B (or 0x04CB2B) is known color: Dark Pastel Green. HEX triplet: 04, CB and 2B. RGB value is (4,203,43). Sum of RGB (Red+Green+Blue) = 4+203+43=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB2B is #FB34D4. Grayscale: #7D7D7D. Windows color (decimal): -16463061 or 2870020. OLE color: 2870020.

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

Color convert

RGB 4 203 43 -
CMYK 0.98 0 0.79 0.20
HSL 131.76º 0.96% 0.41% -
HSV(B) 131.76º 0.98% 0.8% -
XYZ 21.84 42.91 9.42 -
YUV 125.26 81.57 41.51 -
System Red Green Blue C M Y K H S L
Decimal 4 203 43 0.98 0 0.79 0.20 131.76 0.96 0.41
Hex 4 CB 2B 62 0 4F 14 84 60 29
Octal 4 313 53 142 0 117 24 204 140 51
Binary 100 11001011 101011 1100010 0 1001111 10100 10000100 1100000 101001

Color Harmonies of #04CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CB2B

Black with #04CB2B

Text Example


Text Example

White with #04CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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