Html Css Color HEX #04DF28 Free Speech Green

📋 copy color: '#04DF28'

red 4 ◦ green 223 ◦ blue 40

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

Shades of Free Speech Green #04DF28

Tints of Free Speech Green #04DF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 83.52%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 1.5%
G = 83.52%
B = 14.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#04DF28 (or 0x04DF28) is known color: Free Speech Green. HEX triplet: 04, DF and 28. RGB value is (4,223,40). Sum of RGB (Red+Green+Blue) = 4+223+40=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 223 (87.5% from 255 or 83.52% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF28 is #FB20D7. Grayscale: #898989. Windows color (decimal): -16457944 or 2678532. OLE color: 2678532.

HSL color Cylindrical-coordinate representation of color #04DF28: hue angle of 129.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DF28 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 223 40 -
CMYK 0.98 0 0.82 0.13
HSL 129.86º 0.96% 0.45% -
HSV(B) 129.86º 0.98% 0.87% -
XYZ 26.82 52.95 10.82 -
YUV 136.66 73.45 33.38 -
System Red Green Blue C M Y K H S L
Decimal 4 223 40 0.98 0 0.82 0.13 129.86 0.96 0.45
Hex 4 DF 28 62 0 52 D 82 60 2D
Octal 4 337 50 142 0 122 15 202 140 55
Binary 100 11011111 101000 1100010 0 1010010 1101 10000010 1100000 101101

Color Harmonies of #04DF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DF28

Black with #04DF28

Text Example


Text Example

White with #04DF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,223,40); }

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

background-color css

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

 a { background-color: rgb(4,223,40); }

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

border-color css

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

 span { border-color: rgb(4,223,40); }

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