Html Css Color HEX #04DF1B Free Speech Green

📋 copy color: '#04DF1B'

red 4 ◦ green 223 ◦ blue 27

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

Shades of Free Speech Green #04DF1B

Tints of Free Speech Green #04DF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 1.57%
G = 87.8%
B = 10.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#04DF1B (or 0x04DF1B) is known color: Free Speech Green. HEX triplet: 04, DF and 1B. RGB value is (4,223,27). Sum of RGB (Red+Green+Blue) = 4+223+27=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 223 (87.5% from 255 or 87.80% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF1B is #FB20E4. Grayscale: #878787. Windows color (decimal): -16457957 or 1826564. OLE color: 1826564.

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

Color convert

RGB 4 223 27 -
CMYK 0.98 0 0.88 0.13
HSL 126.3º 0.96% 0.45% -
HSV(B) 126.3º 0.98% 0.87% -
XYZ 26.64 52.88 9.84 -
YUV 135.18 66.95 34.44 -
System Red Green Blue C M Y K H S L
Decimal 4 223 27 0.98 0 0.88 0.13 126.3 0.96 0.45
Hex 4 DF 1B 62 0 58 D 7E 60 2D
Octal 4 337 33 142 0 130 15 176 140 55
Binary 100 11011111 11011 1100010 0 1011000 1101 1111110 1100000 101101

Color Harmonies of #04DF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DF1B

Black with #04DF1B

Text Example


Text Example

White with #04DF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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