Html Css Color HEX #06DF00 Free Speech Green

📋 copy color: '#06DF00'

red 6 ◦ green 223 ◦ blue 0

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

Shades of Free Speech Green #06DF00

Tints of Free Speech Green #06DF00

RGB

 RED value IS 6 (2.73% from 255) = 2.62%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.62%
G = 97.38%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#06DF00 (or 0x06DF00) is known color: Free Speech Green. HEX triplet: 06, DF and 00. RGB value is (6,223,0). Sum of RGB (Red+Green+Blue) = 6+223+0=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 223 (87.5% from 255 or 97.38% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF00 is #F920FF. Grayscale: #858585. Windows color (decimal): -16326912 or 57094. OLE color: 57094.

HSL color Cylindrical-coordinate representation of color #06DF00: hue angle of 118.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06DF00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 223 0 -
CMYK 0.97 0 1 0.13
HSL 118.39º 1% 0.44% -
HSV(B) 118.39º 1% 0.87% -
XYZ 26.46 52.81 8.8 -
YUV 132.7 53.11 37.63 -
System Red Green Blue C M Y K H S L
Decimal 6 223 0 0.97 0 1 0.13 118.39 1 0.44
Hex 6 DF 0 61 0 64 D 76 64 2C
Octal 6 337 0 141 0 144 15 166 144 54
Binary 110 11011111 0 1100001 0 1100100 1101 1110110 1100100 101100

Color Harmonies of #06DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DF00

Black with #06DF00

Text Example


Text Example

White with #06DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DF00; }

 p { color: rgb(6,223,0); }

 H1.HeaderClassName
 {
   color: #06DF00;
 }
 .AnyTagClassName
 {
   color: #06DF00;
 }
</style>

background-color css

<style>
 a { background-color: #06DF00; }

 a { background-color: rgb(6,223,0); }

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

border-color css

<style>
 span { border-color: #06DF00; }

 span { border-color: rgb(6,223,0); }

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