Html Css Color HEX #03E215 Free Speech Green

📋 copy color: '#03E215'

red 3 ◦ green 226 ◦ blue 21

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

Shades of Free Speech Green #03E215

Tints of Free Speech Green #03E215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 90.4%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 1.2%
G = 90.4%
B = 8.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#03E215 (or 0x03E215) is known color: Free Speech Green. HEX triplet: 03, E2 and 15. RGB value is (3,226,21). Sum of RGB (Red+Green+Blue) = 3+226+21=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 226 (88.67% from 255 or 90.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 226 - color contains mainly: green. Hex color #03E215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E215 is #FC1DEA. Grayscale: #888888. Windows color (decimal): -16522731 or 1434115. OLE color: 1434115.

HSL color Cylindrical-coordinate representation of color #03E215: hue angle of 124.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E215 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 3 226 21 -
CMYK 0.99 0 0.91 0.11
HSL 124.84º 0.97% 0.45% -
HSV(B) 124.84º 0.99% 0.89% -
XYZ 27.37 54.47 9.78 -
YUV 135.95 63.12 33.17 -
System Red Green Blue C M Y K H S L
Decimal 3 226 21 0.99 0 0.91 0.11 124.84 0.97 0.45
Hex 3 E2 15 63 0 5B B 7D 61 2D
Octal 3 342 25 143 0 133 13 175 141 55
Binary 11 11100010 10101 1100011 0 1011011 1011 1111101 1100001 101101

Color Harmonies of #03E215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E215

Black with #03E215

Text Example


Text Example

White with #03E215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,226,21); }

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

background-color css

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

 a { background-color: rgb(3,226,21); }

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

border-color css

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

 span { border-color: rgb(3,226,21); }

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