Html Css Color HEX #04CF13 Free Speech Green

📋 copy color: '#04CF13'

red 4 ◦ green 207 ◦ blue 19

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

Shades of Free Speech Green #04CF13

Tints of Free Speech Green #04CF13

RGB

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

 GREEN value IS 207 (81.25% from 255) = 90%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 1.74%
G = 90%
B = 8.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#04CF13 (or 0x04CF13) is known color: Free Speech Green. HEX triplet: 04, CF and 13. RGB value is (4,207,19). Sum of RGB (Red+Green+Blue) = 4+207+19=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 207 (81.25% from 255 or 90% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CF13 is #FB30EC. Grayscale: #7D7D7D. Windows color (decimal): -16462061 or 1298180. OLE color: 1298180.

HSL color Cylindrical-coordinate representation of color #04CF13: hue angle of 124.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF13 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 207 19 -
CMYK 0.98 0 0.91 0.19
HSL 124.43º 0.96% 0.41% -
HSV(B) 124.43º 0.98% 0.81% -
XYZ 22.48 44.7 8.06 -
YUV 124.87 68.25 41.79 -
System Red Green Blue C M Y K H S L
Decimal 4 207 19 0.98 0 0.91 0.19 124.43 0.96 0.41
Hex 4 CF 13 62 0 5B 13 7C 60 29
Octal 4 317 23 142 0 133 23 174 140 51
Binary 100 11001111 10011 1100010 0 1011011 10011 1111100 1100000 101001

Color Harmonies of #04CF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF13

Black with #04CF13

Text Example


Text Example

White with #04CF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,207,19); }

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

background-color css

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

 a { background-color: rgb(4,207,19); }

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

border-color css

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

 span { border-color: rgb(4,207,19); }

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