Html Css Color HEX #1EFD12 Free Speech Green

📋 copy color: '#1EFD12'

red 30 ◦ green 253 ◦ blue 18

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

Shades of Free Speech Green #1EFD12

Tints of Free Speech Green #1EFD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 84.05%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 9.97%
G = 84.05%
B = 5.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#1EFD12 (or 0x1EFD12) is known color: Free Speech Green. HEX triplet: 1E, FD and 12. RGB value is (30,253,18). Sum of RGB (Red+Green+Blue) = 30+253+18=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 253 (99.22% from 255 or 84.05% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFD12 is #E102ED. Grayscale: #A0A0A0. Windows color (decimal): -14746350 or 1244446. OLE color: 1244446.

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

Color convert

RGB 30 253 18 -
CMYK 0.88 0 0.93 0.01
HSL 116.94º 0.98% 0.53% -
HSV(B) 116.94º 0.93% 0.99% -
XYZ 35.77 70.57 12.31 -
YUV 159.53 48.12 35.61 -
System Red Green Blue C M Y K H S L
Decimal 30 253 18 0.88 0 0.93 0.01 116.94 0.98 0.53
Hex 1E FD 12 58 0 5D 1 75 62 35
Octal 36 375 22 130 0 135 1 165 142 65
Binary 11110 11111101 10010 1011000 0 1011101 1 1110101 1100010 110101

Color Harmonies of #1EFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFD12

Black with #1EFD12

Text Example


Text Example

White with #1EFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,253,18); }

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

background-color css

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

 a { background-color: rgb(30,253,18); }

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

border-color css

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

 span { border-color: rgb(30,253,18); }

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