Html Css Color HEX #03EF10 Free Speech Green

📋 copy color: '#03EF10'

red 3 ◦ green 239 ◦ blue 16

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

Shades of Free Speech Green #03EF10

Tints of Free Speech Green #03EF10

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

 GREEN value IS 239 (93.75% from 255) = 92.64%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 1.16%
G = 92.64%
B = 6.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#03EF10 (or 0x03EF10) is known color: Free Speech Green. HEX triplet: 03, EF and 10. RGB value is (3,239,16). Sum of RGB (Red+Green+Blue) = 3+239+16=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 239 (93.75% from 255 or 92.64% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EF10 is #FC10EF. Grayscale: #8F8F8F. Windows color (decimal): -16519408 or 1109763. OLE color: 1109763.

HSL color Cylindrical-coordinate representation of color #03EF10: hue angle of 123.31º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF10 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 239 16 -
CMYK 0.99 0 0.93 0.06
HSL 123.31º 0.98% 0.47% -
HSV(B) 123.31º 0.99% 0.94% -
XYZ 31 61.79 10.78 -
YUV 143.01 56.31 28.13 -
System Red Green Blue C M Y K H S L
Decimal 3 239 16 0.99 0 0.93 0.06 123.31 0.98 0.47
Hex 3 EF 10 63 0 5D 6 7B 62 2F
Octal 3 357 20 143 0 135 6 173 142 57
Binary 11 11101111 10000 1100011 0 1011101 110 1111011 1100010 101111

Color Harmonies of #03EF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EF10

Black with #03EF10

Text Example


Text Example

White with #03EF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03EF10; }

 p { color: rgb(3,239,16); }

 H1.HeaderClassName
 {
   color: #03EF10;
 }
 .AnyTagClassName
 {
   color: #03EF10;
 }
</style>

background-color css

<style>
 a { background-color: #03EF10; }

 a { background-color: rgb(3,239,16); }

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

border-color css

<style>
 span { border-color: #03EF10; }

 span { border-color: rgb(3,239,16); }

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