Html Css Color HEX #1EDB15 Free Speech Green

📋 copy color: '#1EDB15'

red 30 ◦ green 219 ◦ blue 21

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

Shades of Free Speech Green #1EDB15

Tints of Free Speech Green #1EDB15

RGB

 RED value IS 30 (12.11% from 255) = 11.11%

 GREEN value IS 219 (85.94% from 255) = 81.11%

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

R = 11.11%
G = 81.11%
B = 7.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#1EDB15 (or 0x1EDB15) is known color: Free Speech Green. HEX triplet: 1E, DB and 15. RGB value is (30,219,21). Sum of RGB (Red+Green+Blue) = 30+219+21=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDB15 is #E124EA. Grayscale: #8C8C8C. Windows color (decimal): -14755051 or 1432350. OLE color: 1432350.

HSL color Cylindrical-coordinate representation of color #1EDB15: hue angle of 117.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EDB15 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 219 21 -
CMYK 0.86 0 0.90 0.14
HSL 117.27º 0.83% 0.47% -
HSV(B) 117.27º 0.9% 0.86% -
XYZ 26 50.99 9.18 -
YUV 139.92 60.88 49.6 -
System Red Green Blue C M Y K H S L
Decimal 30 219 21 0.86 0 0.90 0.14 117.27 0.83 0.47
Hex 1E DB 15 56 0 5A E 75 52 2F
Octal 36 333 25 126 0 132 16 165 122 57
Binary 11110 11011011 10101 1010110 0 1011010 1110 1110101 1010010 101111

Color Harmonies of #1EDB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDB15

Black with #1EDB15

Text Example


Text Example

White with #1EDB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EDB15; }

 p { color: rgb(30,219,21); }

 H1.HeaderClassName
 {
   color: #1EDB15;
 }
 .AnyTagClassName
 {
   color: #1EDB15;
 }
</style>

background-color css

<style>
 a { background-color: #1EDB15; }

 a { background-color: rgb(30,219,21); }

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

border-color css

<style>
 span { border-color: #1EDB15; }

 span { border-color: rgb(30,219,21); }

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