Html Css Color HEX #1EFA30 Free Speech Green

📋 copy color: '#1EFA30'

red 30 ◦ green 250 ◦ blue 48

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

Shades of Free Speech Green #1EFA30

Tints of Free Speech Green #1EFA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 76.22%

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

R = 9.15%
G = 76.22%
B = 14.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#1EFA30 (or 0x1EFA30) is known color: Free Speech Green. HEX triplet: 1E, FA and 30. RGB value is (30,250,48). Sum of RGB (Red+Green+Blue) = 30+250+48=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA30 is #E105CF. Grayscale: #A1A1A1. Windows color (decimal): -14747088 or 3209758. OLE color: 3209758.

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

Color convert

RGB 30 250 48 -
CMYK 0.88 0 0.81 0.02
HSL 124.91º 0.96% 0.55% -
HSV(B) 124.91º 0.88% 0.98% -
XYZ 35.25 68.86 14.23 -
YUV 161.19 64.11 34.43 -
System Red Green Blue C M Y K H S L
Decimal 30 250 48 0.88 0 0.81 0.02 124.91 0.96 0.55
Hex 1E FA 30 58 0 51 2 7D 60 37
Octal 36 372 60 130 0 121 2 175 140 67
Binary 11110 11111010 110000 1011000 0 1010001 10 1111101 1100000 110111

Color Harmonies of #1EFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFA30

Black with #1EFA30

Text Example


Text Example

White with #1EFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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