#04CC1B

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

Shades of Dark Pastel Green #04CC1B

Tints of Dark Pastel Green #04CC1B

Color information

#04CC1B (or 0x04CC1B) is unknown color: approx Dark Pastel Green. HEX triplet: 04, CC and 1B. RGB value is (4,204,27). Sum of RGB (Red+Green+Blue) = 4+204+27=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 204 (80.08% from 255 or 86.81% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC1B is #FB33E4. Grayscale: #7C7C7C. Windows color (decimal): -16462821 or 1821700. OLE color: 1821700.

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

Color convert

RGB420427-
CMYK0.9800.870.2
HSL126.9º96.15%40.78%-
HSV(B)126.9º98.04%80%-
XYZ21.8443.298.24-
YUV124.0273.2442.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 204 (80.08% from 255) = 86.81%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=1.70%
G=86.81%
B=11.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal4204270.9800.870.2126.996.1540.78
Hex4CC1B62057147f6029
Octal43143314201272417714051
Binary10011001100110111100010010101111010011111111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,204,27); }

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

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

 a { background-color: rgb(4,204,27); }

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

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

 span { border-color: rgb(4,204,27); }

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