Html Css Color HEX #1EFA15 Free Speech Green

📋 copy color: '#1EFA15'

red 30 ◦ green 250 ◦ blue 21

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

Shades of Free Speech Green #1EFA15

Tints of Free Speech Green #1EFA15

RGB

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

 GREEN value IS 250 (98.05% from 255) = 83.06%

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

R = 9.97%
G = 83.06%
B = 6.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#1EFA15 (or 0x1EFA15) is known color: Free Speech Green. HEX triplet: 1E, FA and 15. RGB value is (30,250,21). Sum of RGB (Red+Green+Blue) = 30+250+21=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFA15 is #E105EA. Grayscale: #9E9E9E. Windows color (decimal): -14747115 or 1440286. OLE color: 1440286.

HSL color Cylindrical-coordinate representation of color #1EFA15: hue angle of 117.64º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EFA15 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 250 21 -
CMYK 0.88 0 0.92 0.02
HSL 117.64º 0.96% 0.53% -
HSV(B) 117.64º 0.92% 0.98% -
XYZ 34.86 68.7 12.13 -
YUV 158.11 50.61 36.62 -
System Red Green Blue C M Y K H S L
Decimal 30 250 21 0.88 0 0.92 0.02 117.64 0.96 0.53
Hex 1E FA 15 58 0 5C 2 76 60 35
Octal 36 372 25 130 0 134 2 166 140 65
Binary 11110 11111010 10101 1011000 0 1011100 10 1110110 1100000 110101

Color Harmonies of #1EFA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFA15

Black with #1EFA15

Text Example


Text Example

White with #1EFA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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