Html Css Color HEX #04DF1E Free Speech Green

📋 copy color: '#04DF1E'

red 4 ◦ green 223 ◦ blue 30

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

Shades of Free Speech Green #04DF1E

Tints of Free Speech Green #04DF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 1.56%
G = 86.77%
B = 11.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#04DF1E (or 0x04DF1E) is known color: Free Speech Green. HEX triplet: 04, DF and 1E. RGB value is (4,223,30). Sum of RGB (Red+Green+Blue) = 4+223+30=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 223 (87.5% from 255 or 86.77% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF1E is #FB20E1. Grayscale: #888888. Windows color (decimal): -16457954 or 2023172. OLE color: 2023172.

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

Color convert

RGB 4 223 30 -
CMYK 0.98 0 0.87 0.13
HSL 127.12º 0.96% 0.45% -
HSV(B) 127.12º 0.98% 0.87% -
XYZ 26.67 52.89 10.03 -
YUV 135.52 68.45 34.19 -
System Red Green Blue C M Y K H S L
Decimal 4 223 30 0.98 0 0.87 0.13 127.12 0.96 0.45
Hex 4 DF 1E 62 0 57 D 7F 60 2D
Octal 4 337 36 142 0 127 15 177 140 55
Binary 100 11011111 11110 1100010 0 1010111 1101 1111111 1100000 101101

Color Harmonies of #04DF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DF1E

Black with #04DF1E

Text Example


Text Example

White with #04DF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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