Html Css Color HEX #14EE30 Free Speech Green

📋 copy color: '#14EE30'

red 20 ◦ green 238 ◦ blue 48

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

Shades of Free Speech Green #14EE30

Tints of Free Speech Green #14EE30

RGB

 RED value IS 20 (8.2% from 255) = 6.54%

 GREEN value IS 238 (93.36% from 255) = 77.78%

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

R = 6.54%
G = 77.78%
B = 15.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#14EE30 (or 0x14EE30) is known color: Free Speech Green. HEX triplet: 14, EE and 30. RGB value is (20,238,48). Sum of RGB (Red+Green+Blue) = 20+238+48=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 238 (93.36% from 255 or 77.78% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE30 is #EB11CF. Grayscale: #979797. Windows color (decimal): -15405520 or 3206676. OLE color: 3206676.

HSL color Cylindrical-coordinate representation of color #14EE30: hue angle of 127.71º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE30 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 48 -
CMYK 0.92 0 0.80 0.07
HSL 127.71º 0.87% 0.51% -
HSV(B) 127.71º 0.92% 0.93% -
XYZ 31.4 61.51 13.01 -
YUV 151.16 69.78 34.45 -
System Red Green Blue C M Y K H S L
Decimal 20 238 48 0.92 0 0.80 0.07 127.71 0.87 0.51
Hex 14 EE 30 5C 0 50 7 80 57 33
Octal 24 356 60 134 0 120 7 200 127 63
Binary 10100 11101110 110000 1011100 0 1010000 111 10000000 1010111 110011

Color Harmonies of #14EE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EE30

Black with #14EE30

Text Example


Text Example

White with #14EE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14EE30; }

 p { color: rgb(20,238,48); }

 H1.HeaderClassName
 {
   color: #14EE30;
 }
 .AnyTagClassName
 {
   color: #14EE30;
 }
</style>

background-color css

<style>
 a { background-color: #14EE30; }

 a { background-color: rgb(20,238,48); }

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

border-color css

<style>
 span { border-color: #14EE30; }

 span { border-color: rgb(20,238,48); }

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