Html Css Color HEX #06E003 Free Speech Green

📋 copy color: '#06E003'

red 6 ◦ green 224 ◦ blue 3

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

Shades of Free Speech Green #06E003

Tints of Free Speech Green #06E003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 96.14%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 2.58%
G = 96.14%
B = 1.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#06E003 (or 0x06E003) is known color: Free Speech Green. HEX triplet: 06, E0 and 03. RGB value is (6,224,3). Sum of RGB (Red+Green+Blue) = 6+224+3=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 224 (87.89% from 255 or 96.14% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 224 - color contains mainly: green. Hex color #06E003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E003 is #F91FFC. Grayscale: #868686. Windows color (decimal): -16326653 or 253958. OLE color: 253958.

HSL color Cylindrical-coordinate representation of color #06E003: hue angle of 119.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06E003 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 224 3 -
CMYK 0.97 0 0.99 0.12
HSL 119.19º 0.97% 0.45% -
HSV(B) 119.19º 0.99% 0.88% -
XYZ 26.75 53.36 8.98 -
YUV 133.62 54.28 36.97 -
System Red Green Blue C M Y K H S L
Decimal 6 224 3 0.97 0 0.99 0.12 119.19 0.97 0.45
Hex 6 E0 3 61 0 63 C 77 61 2D
Octal 6 340 3 141 0 143 14 167 141 55
Binary 110 11100000 11 1100001 0 1100011 1100 1110111 1100001 101101

Color Harmonies of #06E003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E003

Black with #06E003

Text Example


Text Example

White with #06E003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,224,3); }

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

background-color css

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

 a { background-color: rgb(6,224,3); }

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

border-color css

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

 span { border-color: rgb(6,224,3); }

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