Html Css Color HEX #2EFA2A Free Speech Green

📋 copy color: '#2EFA2A'

red 46 ◦ green 250 ◦ blue 42

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

Shades of Free Speech Green #2EFA2A

Tints of Free Speech Green #2EFA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 13.61%
G = 73.96%
B = 12.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#2EFA2A (or 0x2EFA2A) is known color: Free Speech Green. HEX triplet: 2E, FA and 2A. RGB value is (46,250,42). Sum of RGB (Red+Green+Blue) = 46+250+42=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA2A is #D105D5. Grayscale: #A5A5A5. Windows color (decimal): -13698518 or 2816558. OLE color: 2816558.

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

Color convert

RGB 46 250 42 -
CMYK 0.82 0 0.83 0.02
HSL 118.85º 0.95% 0.57% -
HSV(B) 118.85º 0.83% 0.98% -
XYZ 35.73 69.12 13.65 -
YUV 165.29 58.41 42.91 -
System Red Green Blue C M Y K H S L
Decimal 46 250 42 0.82 0 0.83 0.02 118.85 0.95 0.57
Hex 2E FA 2A 52 0 53 2 77 5F 39
Octal 56 372 52 122 0 123 2 167 137 71
Binary 101110 11111010 101010 1010010 0 1010011 10 1110111 1011111 111001

Color Harmonies of #2EFA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA2A

Black with #2EFA2A

Text Example


Text Example

White with #2EFA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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