Html Css Color HEX #13CA02 Free Speech Green

📋 copy color: '#13CA02'

red 19 ◦ green 202 ◦ blue 2

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

Shades of Free Speech Green #13CA02

Tints of Free Speech Green #13CA02

RGB

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

 GREEN value IS 202 (79.3% from 255) = 90.58%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 8.52%
G = 90.58%
B = 0.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#13CA02 (or 0x13CA02) is known color: Free Speech Green. HEX triplet: 13, CA and 02. RGB value is (19,202,2). Sum of RGB (Red+Green+Blue) = 19+202+2=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 202 (79.30% from 255 or 90.58% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CA02 is #EC35FD. Grayscale: #7D7D7D. Windows color (decimal): -15480318 or 182803. OLE color: 182803.

HSL color Cylindrical-coordinate representation of color #13CA02: hue angle of 114.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13CA02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 202 2 -
CMYK 0.91 0 0.99 0.21
HSL 114.9º 0.98% 0.4% -
HSV(B) 114.9º 0.99% 0.79% -
XYZ 21.4 42.38 7.11 -
YUV 124.48 58.87 52.76 -
System Red Green Blue C M Y K H S L
Decimal 19 202 2 0.91 0 0.99 0.21 114.9 0.98 0.4
Hex 13 CA 2 5B 0 63 15 73 62 28
Octal 23 312 2 133 0 143 25 163 142 50
Binary 10011 11001010 10 1011011 0 1100011 10101 1110011 1100010 101000

Color Harmonies of #13CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA02

Black with #13CA02

Text Example


Text Example

White with #13CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,202,2); }

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

background-color css

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

 a { background-color: rgb(19,202,2); }

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

border-color css

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

 span { border-color: rgb(19,202,2); }

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