Html Css Color HEX #03CF15 Free Speech Green

📋 copy color: '#03CF15'

red 3 ◦ green 207 ◦ blue 21

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

Shades of Free Speech Green #03CF15

Tints of Free Speech Green #03CF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 89.61%

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

R = 1.3%
G = 89.61%
B = 9.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#03CF15 (or 0x03CF15) is known color: Free Speech Green. HEX triplet: 03, CF and 15. RGB value is (3,207,21). Sum of RGB (Red+Green+Blue) = 3+207+21=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 207 (81.25% from 255 or 89.61% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CF15 is #FC30EA. Grayscale: #7D7D7D. Windows color (decimal): -16527595 or 1429251. OLE color: 1429251.

HSL color Cylindrical-coordinate representation of color #03CF15: hue angle of 125.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF15 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 207 21 -
CMYK 0.99 0 0.90 0.19
HSL 125.29º 0.97% 0.41% -
HSV(B) 125.29º 0.99% 0.81% -
XYZ 22.49 44.7 8.15 -
YUV 124.8 69.41 41.12 -
System Red Green Blue C M Y K H S L
Decimal 3 207 21 0.99 0 0.90 0.19 125.29 0.97 0.41
Hex 3 CF 15 63 0 5A 13 7D 61 29
Octal 3 317 25 143 0 132 23 175 141 51
Binary 11 11001111 10101 1100011 0 1011010 10011 1111101 1100001 101001

Color Harmonies of #03CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CF15

Black with #03CF15

Text Example


Text Example

White with #03CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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