Html Css Color HEX #1EF129 Free Speech Green

📋 copy color: '#1EF129'

red 30 ◦ green 241 ◦ blue 41

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

Shades of Free Speech Green #1EF129

Tints of Free Speech Green #1EF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 77.24%

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 9.62%
G = 77.24%
B = 13.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#1EF129 (or 0x1EF129) is known color: Free Speech Green. HEX triplet: 1E, F1 and 29. RGB value is (30,241,41). Sum of RGB (Red+Green+Blue) = 30+241+41=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF129 is #E10ED6. Grayscale: #9B9B9B. Windows color (decimal): -14749399 or 2748702. OLE color: 2748702.

HSL color Cylindrical-coordinate representation of color #1EF129: hue angle of 123.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF129 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 241 41 -
CMYK 0.88 0 0.83 0.05
HSL 123.13º 0.88% 0.53% -
HSV(B) 123.13º 0.88% 0.95% -
XYZ 32.39 63.35 12.62 -
YUV 155.11 63.6 38.76 -
System Red Green Blue C M Y K H S L
Decimal 30 241 41 0.88 0 0.83 0.05 123.13 0.88 0.53
Hex 1E F1 29 58 0 53 5 7B 58 35
Octal 36 361 51 130 0 123 5 173 130 65
Binary 11110 11110001 101001 1011000 0 1010011 101 1111011 1011000 110101

Color Harmonies of #1EF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF129

Black with #1EF129

Text Example


Text Example

White with #1EF129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,241,41); }

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

background-color css

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

 a { background-color: rgb(30,241,41); }

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

border-color css

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

 span { border-color: rgb(30,241,41); }

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