Html Css Color HEX #04ED0B Free Speech Green

📋 copy color: '#04ED0B'

red 4 ◦ green 237 ◦ blue 11

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

Shades of Free Speech Green #04ED0B

Tints of Free Speech Green #04ED0B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 94.05%

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 1.59%
G = 94.05%
B = 4.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#04ED0B (or 0x04ED0B) is known color: Free Speech Green. HEX triplet: 04, ED and 0B. RGB value is (4,237,11). Sum of RGB (Red+Green+Blue) = 4+237+11=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 237 (92.97% from 255 or 94.05% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 237 - color contains mainly: green. Hex color #04ED0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04ED0B is #FB12F4. Grayscale: #8E8E8E. Windows color (decimal): -16454389 or 781572. OLE color: 781572.

HSL color Cylindrical-coordinate representation of color #04ED0B: hue angle of 121.8º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ED0B is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 237 11 -
CMYK 0.98 0 0.95 0.07
HSL 121.8º 0.97% 0.47% -
HSV(B) 121.8º 0.98% 0.93% -
XYZ 30.39 60.62 10.42 -
YUV 141.57 54.31 29.88 -
System Red Green Blue C M Y K H S L
Decimal 4 237 11 0.98 0 0.95 0.07 121.8 0.97 0.47
Hex 4 ED B 62 0 5F 7 7A 61 2F
Octal 4 355 13 142 0 137 7 172 141 57
Binary 100 11101101 1011 1100010 0 1011111 111 1111010 1100001 101111

Color Harmonies of #04ED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ED0B

Black with #04ED0B

Text Example


Text Example

White with #04ED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,237,11); }

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

background-color css

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

 a { background-color: rgb(4,237,11); }

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

border-color css

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

 span { border-color: rgb(4,237,11); }

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