Html Css Color HEX #1EF127 Free Speech Green

📋 copy color: '#1EF127'

red 30 ◦ green 241 ◦ blue 39

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

Shades of Free Speech Green #1EF127

Tints of Free Speech Green #1EF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 9.68%
G = 77.74%
B = 12.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#1EF127 (or 0x1EF127) is known color: Free Speech Green. HEX triplet: 1E, F1 and 27. RGB value is (30,241,39). Sum of RGB (Red+Green+Blue) = 30+241+39=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 241 (94.53% from 255 or 77.74% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF127 is #E10ED8. Grayscale: #9B9B9B. Windows color (decimal): -14749401 or 2617630. OLE color: 2617630.

HSL color Cylindrical-coordinate representation of color #1EF127: hue angle of 122.56º 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 #1EF127 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 241 39 -
CMYK 0.88 0 0.84 0.05
HSL 122.56º 0.88% 0.53% -
HSV(B) 122.56º 0.88% 0.95% -
XYZ 32.36 63.33 12.44 -
YUV 154.88 62.6 38.93 -
System Red Green Blue C M Y K H S L
Decimal 30 241 39 0.88 0 0.84 0.05 122.56 0.88 0.53
Hex 1E F1 27 58 0 54 5 7B 58 35
Octal 36 361 47 130 0 124 5 173 130 65
Binary 11110 11110001 100111 1011000 0 1010100 101 1111011 1011000 110101

Color Harmonies of #1EF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF127

Black with #1EF127

Text Example


Text Example

White with #1EF127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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