Html Css Color HEX #1EFB30 Free Speech Green

📋 copy color: '#1EFB30'

red 30 ◦ green 251 ◦ blue 48

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

Shades of Free Speech Green #1EFB30

Tints of Free Speech Green #1EFB30

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.29%

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

R = 9.12%
G = 76.29%
B = 14.59%

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

#1EFB30 (or 0x1EFB30) is known color: Free Speech Green. HEX triplet: 1E, FB and 30. RGB value is (30,251,48). Sum of RGB (Red+Green+Blue) = 30+251+48=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFB30 is #E104CF. Grayscale: #A2A2A2. Windows color (decimal): -14746832 or 3210014. OLE color: 3210014.

HSL color Cylindrical-coordinate representation of color #1EFB30: hue angle of 124.89º degrees, saturation: 0.97, 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 #1EFB30 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 251 48 -
CMYK 0.88 0 0.81 0.02
HSL 124.89º 0.97% 0.55% -
HSV(B) 124.89º 0.88% 0.98% -
XYZ 35.57 69.48 14.33 -
YUV 161.78 63.78 34.01 -
System Red Green Blue C M Y K H S L
Decimal 30 251 48 0.88 0 0.81 0.02 124.89 0.97 0.55
Hex 1E FB 30 58 0 51 2 7D 61 37
Octal 36 373 60 130 0 121 2 175 141 67
Binary 11110 11111011 110000 1011000 0 1010001 10 1111101 1100001 110111

Color Harmonies of #1EFB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFB30

Black with #1EFB30

Text Example


Text Example

White with #1EFB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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