Html Css Color HEX #2EF521 Free Speech Green

📋 copy color: '#2EF521'

red 46 ◦ green 245 ◦ blue 33

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

Shades of Free Speech Green #2EF521

Tints of Free Speech Green #2EF521

RGB

 RED value IS 46 (18.36% from 255) = 14.2%

 GREEN value IS 245 (96.09% from 255) = 75.62%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 14.2%
G = 75.62%
B = 10.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#2EF521 (or 0x2EF521) is known color: Free Speech Green. HEX triplet: 2E, F5 and 21. RGB value is (46,245,33). Sum of RGB (Red+Green+Blue) = 46+245+33=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF521 is #D10ADE. Grayscale: #A1A1A1. Windows color (decimal): -13699807 or 2225454. OLE color: 2225454.

HSL color Cylindrical-coordinate representation of color #2EF521: hue angle of 116.32º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EF521 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 245 33 -
CMYK 0.81 0 0.87 0.04
HSL 116.32º 0.91% 0.55% -
HSV(B) 116.32º 0.87% 0.96% -
XYZ 34.05 66 12.38 -
YUV 161.33 55.57 45.74 -
System Red Green Blue C M Y K H S L
Decimal 46 245 33 0.81 0 0.87 0.04 116.32 0.91 0.55
Hex 2E F5 21 51 0 57 4 74 5B 37
Octal 56 365 41 121 0 127 4 164 133 67
Binary 101110 11110101 100001 1010001 0 1010111 100 1110100 1011011 110111

Color Harmonies of #2EF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF521

Black with #2EF521

Text Example


Text Example

White with #2EF521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EF521; }

 p { color: rgb(46,245,33); }

 H1.HeaderClassName
 {
   color: #2EF521;
 }
 .AnyTagClassName
 {
   color: #2EF521;
 }
</style>

background-color css

<style>
 a { background-color: #2EF521; }

 a { background-color: rgb(46,245,33); }

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

border-color css

<style>
 span { border-color: #2EF521; }

 span { border-color: rgb(46,245,33); }

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