Html Css Color HEX #1EFC30 Free Speech Green

📋 copy color: '#1EFC30'

red 30 ◦ green 252 ◦ blue 48

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

Shades of Free Speech Green #1EFC30

Tints of Free Speech Green #1EFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 76.36%

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

R = 9.09%
G = 76.36%
B = 14.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#1EFC30 (or 0x1EFC30) is known color: Free Speech Green. HEX triplet: 1E, FC and 30. RGB value is (30,252,48). Sum of RGB (Red+Green+Blue) = 30+252+48=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 252 (98.83% from 255 or 76.36% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC30 is #E103CF. Grayscale: #A2A2A2. Windows color (decimal): -14746576 or 3210270. OLE color: 3210270.

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

Color convert

RGB 30 252 48 -
CMYK 0.88 0 0.81 0.01
HSL 124.86º 0.97% 0.55% -
HSV(B) 124.86º 0.88% 0.99% -
XYZ 35.88 70.11 14.44 -
YUV 162.37 63.45 33.59 -
System Red Green Blue C M Y K H S L
Decimal 30 252 48 0.88 0 0.81 0.01 124.86 0.97 0.55
Hex 1E FC 30 58 0 51 1 7D 61 37
Octal 36 374 60 130 0 121 1 175 141 67
Binary 11110 11111100 110000 1011000 0 1010001 1 1111101 1100001 110111

Color Harmonies of #1EFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFC30

Black with #1EFC30

Text Example


Text Example

White with #1EFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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