Html Css Color HEX #2EFA28 Free Speech Green

📋 copy color: '#2EFA28'

red 46 ◦ green 250 ◦ blue 40

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

Shades of Free Speech Green #2EFA28

Tints of Free Speech Green #2EFA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 13.69%
G = 74.4%
B = 11.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#2EFA28 (or 0x2EFA28) is known color: Free Speech Green. HEX triplet: 2E, FA and 28. RGB value is (46,250,40). Sum of RGB (Red+Green+Blue) = 46+250+40=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA28 is #D105D7. Grayscale: #A5A5A5. Windows color (decimal): -13698520 or 2685486. OLE color: 2685486.

HSL color Cylindrical-coordinate representation of color #2EFA28: hue angle of 118.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EFA28 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 40 -
CMYK 0.82 0 0.84 0.02
HSL 118.29º 0.95% 0.57% -
HSV(B) 118.29º 0.84% 0.98% -
XYZ 35.7 69.11 13.46 -
YUV 165.06 57.41 43.08 -
System Red Green Blue C M Y K H S L
Decimal 46 250 40 0.82 0 0.84 0.02 118.29 0.95 0.57
Hex 2E FA 28 52 0 54 2 76 5F 39
Octal 56 372 50 122 0 124 2 166 137 71
Binary 101110 11111010 101000 1010010 0 1010100 10 1110110 1011111 111001

Color Harmonies of #2EFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA28

Black with #2EFA28

Text Example


Text Example

White with #2EFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,250,40); }

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

background-color css

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

 a { background-color: rgb(46,250,40); }

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

border-color css

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

 span { border-color: rgb(46,250,40); }

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