Html Css Color HEX #13EA30 Free Speech Green

📋 copy color: '#13EA30'

red 19 ◦ green 234 ◦ blue 48

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

Shades of Free Speech Green #13EA30

Tints of Free Speech Green #13EA30

RGB

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

 GREEN value IS 234 (91.8% from 255) = 77.74%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 6.31%
G = 77.74%
B = 15.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#13EA30 (or 0x13EA30) is known color: Free Speech Green. HEX triplet: 13, EA and 30. RGB value is (19,234,48). Sum of RGB (Red+Green+Blue) = 19+234+48=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 234 (91.80% from 255 or 77.74% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EA30 is #EC15CF. Grayscale: #959595. Windows color (decimal): -15472080 or 3205651. OLE color: 3205651.

HSL color Cylindrical-coordinate representation of color #13EA30: hue angle of 128.09º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA30 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 48 -
CMYK 0.92 0 0.79 0.08
HSL 128.09º 0.85% 0.5% -
HSV(B) 128.09º 0.92% 0.92% -
XYZ 30.22 59.2 12.63 -
YUV 148.51 71.27 35.62 -
System Red Green Blue C M Y K H S L
Decimal 19 234 48 0.92 0 0.79 0.08 128.09 0.85 0.5
Hex 13 EA 30 5C 0 4F 8 80 55 32
Octal 23 352 60 134 0 117 10 200 125 62
Binary 10011 11101010 110000 1011100 0 1001111 1000 10000000 1010101 110010

Color Harmonies of #13EA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EA30

Black with #13EA30

Text Example


Text Example

White with #13EA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,234,48); }

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

background-color css

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

 a { background-color: rgb(19,234,48); }

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

border-color css

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

 span { border-color: rgb(19,234,48); }

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