Html Css Color HEX #04D30C Free Speech Green

📋 copy color: '#04D30C'

red 4 ◦ green 211 ◦ blue 12

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

Shades of Free Speech Green #04D30C

Tints of Free Speech Green #04D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 92.95%

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 1.76%
G = 92.95%
B = 5.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#04D30C (or 0x04D30C) is known color: Free Speech Green. HEX triplet: 04, D3 and 0C. RGB value is (4,211,12). Sum of RGB (Red+Green+Blue) = 4+211+12=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 211 (82.81% from 255 or 92.95% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 211 - color contains mainly: green. Hex color #04D30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D30C is #FB2CF3. Grayscale: #7F7F7F. Windows color (decimal): -16461044 or 840452. OLE color: 840452.

HSL color Cylindrical-coordinate representation of color #04D30C: hue angle of 122.32º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D30C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 211 12 -
CMYK 0.98 0 0.94 0.17
HSL 122.32º 0.96% 0.42% -
HSV(B) 122.32º 0.98% 0.83% -
XYZ 23.41 46.64 8.12 -
YUV 126.42 63.42 40.68 -
System Red Green Blue C M Y K H S L
Decimal 4 211 12 0.98 0 0.94 0.17 122.32 0.96 0.42
Hex 4 D3 C 62 0 5E 11 7A 60 2A
Octal 4 323 14 142 0 136 21 172 140 52
Binary 100 11010011 1100 1100010 0 1011110 10001 1111010 1100000 101010

Color Harmonies of #04D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D30C

Black with #04D30C

Text Example


Text Example

White with #04D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,211,12); }

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

background-color css

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

 a { background-color: rgb(4,211,12); }

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

border-color css

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

 span { border-color: rgb(4,211,12); }

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