Html Css Color HEX #2EFF29 Free Speech Green

📋 copy color: '#2EFF29'

red 46 ◦ green 255 ◦ blue 41

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

Shades of Free Speech Green #2EFF29

Tints of Free Speech Green #2EFF29

RGB

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

 GREEN value IS 255 (100% from 255) = 74.56%

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 13.45%
G = 74.56%
B = 11.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#2EFF29 (or 0x2EFF29) is known color: Free Speech Green. HEX triplet: 2E, FF and 29. RGB value is (46,255,41). Sum of RGB (Red+Green+Blue) = 46+255+41=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF29 is #D100D6. Grayscale: #A8A8A8. Windows color (decimal): -13697239 or 2752302. OLE color: 2752302.

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

Color convert

RGB 46 255 41 -
CMYK 0.82 0 0.84 0
HSL 118.6º 1% 0.58% -
HSV(B) 118.6º 0.84% 1% -
XYZ 37.29 72.26 14.08 -
YUV 168.11 56.26 40.9 -
System Red Green Blue C M Y K H S L
Decimal 46 255 41 0.82 0 0.84 0 118.6 1 0.58
Hex 2E FF 29 52 0 54 0 77 64 3A
Octal 56 377 51 122 0 124 0 167 144 72
Binary 101110 11111111 101001 1010010 0 1010100 0 1110111 1100100 111010

Color Harmonies of #2EFF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF29

Black with #2EFF29

Text Example


Text Example

White with #2EFF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,41); }

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

background-color css

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

 a { background-color: rgb(46,255,41); }

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

border-color css

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

 span { border-color: rgb(46,255,41); }

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