Html Css Color HEX #2EFC25 Free Speech Green

📋 copy color: '#2EFC25'

red 46 ◦ green 252 ◦ blue 37

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

Shades of Free Speech Green #2EFC25

Tints of Free Speech Green #2EFC25

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75.22%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 13.73%
G = 75.22%
B = 11.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#2EFC25 (or 0x2EFC25) is known color: Free Speech Green. HEX triplet: 2E, FC and 25. RGB value is (46,252,37). Sum of RGB (Red+Green+Blue) = 46+252+37=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC25 is #D103DA. Grayscale: #A6A6A6. Windows color (decimal): -13698011 or 2489390. OLE color: 2489390.

HSL color Cylindrical-coordinate representation of color #2EFC25: hue angle of 117.49º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EFC25 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 37 -
CMYK 0.82 0 0.85 0.01
HSL 117.49º 0.97% 0.57% -
HSV(B) 117.49º 0.85% 0.99% -
XYZ 36.27 70.34 13.41 -
YUV 165.9 55.25 42.48 -
System Red Green Blue C M Y K H S L
Decimal 46 252 37 0.82 0 0.85 0.01 117.49 0.97 0.57
Hex 2E FC 25 52 0 55 1 75 61 39
Octal 56 374 45 122 0 125 1 165 141 71
Binary 101110 11111100 100101 1010010 0 1010101 1 1110101 1100001 111001

Color Harmonies of #2EFC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC25

Black with #2EFC25

Text Example


Text Example

White with #2EFC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,37); }

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

background-color css

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

 a { background-color: rgb(46,252,37); }

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

border-color css

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

 span { border-color: rgb(46,252,37); }

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