Html Css Color HEX #1EF130 Free Speech Green

📋 copy color: '#1EF130'

red 30 ◦ green 241 ◦ blue 48

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

Shades of Free Speech Green #1EF130

Tints of Free Speech Green #1EF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 9.4%
G = 75.55%
B = 15.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#1EF130 (or 0x1EF130) is known color: Free Speech Green. HEX triplet: 1E, F1 and 30. RGB value is (30,241,48). Sum of RGB (Red+Green+Blue) = 30+241+48=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF130 is #E10ECF. Grayscale: #9C9C9C. Windows color (decimal): -14749392 or 3207454. OLE color: 3207454.

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

Color convert

RGB 30 241 48 -
CMYK 0.88 0 0.80 0.05
HSL 125.12º 0.88% 0.53% -
HSV(B) 125.12º 0.88% 0.95% -
XYZ 32.52 63.4 13.32 -
YUV 155.91 67.1 38.19 -
System Red Green Blue C M Y K H S L
Decimal 30 241 48 0.88 0 0.80 0.05 125.12 0.88 0.53
Hex 1E F1 30 58 0 50 5 7D 58 35
Octal 36 361 60 130 0 120 5 175 130 65
Binary 11110 11110001 110000 1011000 0 1010000 101 1111101 1011000 110101

Color Harmonies of #1EF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF130

Black with #1EF130

Text Example


Text Example

White with #1EF130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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