Html Css Color HEX #13CE03 Free Speech Green

📋 copy color: '#13CE03'

red 19 ◦ green 206 ◦ blue 3

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

Shades of Free Speech Green #13CE03

Tints of Free Speech Green #13CE03

RGB

 RED value IS 19 (7.81% from 255) = 8.33%

 GREEN value IS 206 (80.86% from 255) = 90.35%

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

R = 8.33%
G = 90.35%
B = 1.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#13CE03 (or 0x13CE03) is known color: Free Speech Green. HEX triplet: 13, CE and 03. RGB value is (19,206,3). Sum of RGB (Red+Green+Blue) = 19+206+3=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 206 (80.86% from 255 or 90.35% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CE03 is #EC31FC. Grayscale: #7F7F7F. Windows color (decimal): -15479293 or 249363. OLE color: 249363.

HSL color Cylindrical-coordinate representation of color #13CE03: hue angle of 115.27º 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 #13CE03 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 206 3 -
CMYK 0.91 0 0.99 0.19
HSL 115.27º 0.97% 0.41% -
HSV(B) 115.27º 0.99% 0.81% -
XYZ 22.36 44.29 7.46 -
YUV 126.95 58.05 51.01 -
System Red Green Blue C M Y K H S L
Decimal 19 206 3 0.91 0 0.99 0.19 115.27 0.97 0.41
Hex 13 CE 3 5B 0 63 13 73 61 29
Octal 23 316 3 133 0 143 23 163 141 51
Binary 10011 11001110 11 1011011 0 1100011 10011 1110011 1100001 101001

Color Harmonies of #13CE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE03

Black with #13CE03

Text Example


Text Example

White with #13CE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CE03; }

 p { color: rgb(19,206,3); }

 H1.HeaderClassName
 {
   color: #13CE03;
 }
 .AnyTagClassName
 {
   color: #13CE03;
 }
</style>

background-color css

<style>
 a { background-color: #13CE03; }

 a { background-color: rgb(19,206,3); }

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

border-color css

<style>
 span { border-color: #13CE03; }

 span { border-color: rgb(19,206,3); }

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