Html Css Color HEX #03EB0C Free Speech Green

📋 copy color: '#03EB0C'

red 3 ◦ green 235 ◦ blue 12

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

Shades of Free Speech Green #03EB0C

Tints of Free Speech Green #03EB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 94%

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 1.2%
G = 94%
B = 4.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#03EB0C (or 0x03EB0C) is known color: Free Speech Green. HEX triplet: 03, EB and 0C. RGB value is (3,235,12). Sum of RGB (Red+Green+Blue) = 3+235+12=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 235 (92.19% from 255 or 94% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 235 - color contains mainly: green. Hex color #03EB0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EB0C is #FC14F3. Grayscale: #8C8C8C. Windows color (decimal): -16520436 or 846595. OLE color: 846595.

HSL color Cylindrical-coordinate representation of color #03EB0C: hue angle of 122.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EB0C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 235 12 -
CMYK 0.99 0 0.95 0.08
HSL 122.33º 0.97% 0.47% -
HSV(B) 122.33º 0.99% 0.92% -
XYZ 29.81 59.46 10.25 -
YUV 140.21 55.64 30.13 -
System Red Green Blue C M Y K H S L
Decimal 3 235 12 0.99 0 0.95 0.08 122.33 0.97 0.47
Hex 3 EB C 63 0 5F 8 7A 61 2F
Octal 3 353 14 143 0 137 10 172 141 57
Binary 11 11101011 1100 1100011 0 1011111 1000 1111010 1100001 101111

Color Harmonies of #03EB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EB0C

Black with #03EB0C

Text Example


Text Example

White with #03EB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,235,12); }

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

background-color css

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

 a { background-color: rgb(3,235,12); }

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

border-color css

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

 span { border-color: rgb(3,235,12); }

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