Html Css Color HEX #2EF299 Shamrock

📋 copy color: '#2EF299'

red 46 ◦ green 242 ◦ blue 153

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

Shades of Shamrock #2EF299

Tints of Shamrock #2EF299

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.88%

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 10.43%
G = 54.88%
B = 34.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#2EF299 (or 0x2EF299) is known color: Shamrock. HEX triplet: 2E, F2 and 99. RGB value is (46,242,153). Sum of RGB (Red+Green+Blue) = 46+242+153=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF299 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF299 is #D10D66. Grayscale: #ADADAD. Windows color (decimal): -13700455 or 10089006. OLE color: 10089006.

HSL color Cylindrical-coordinate representation of color #2EF299: hue angle of 152.76º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF299 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 153 -
CMYK 0.81 0 0.37 0.05
HSL 152.76º 0.88% 0.56% -
HSV(B) 152.76º 0.81% 0.95% -
XYZ 38.63 66.39 40.91 -
YUV 173.25 116.57 37.24 -
System Red Green Blue C M Y K H S L
Decimal 46 242 153 0.81 0 0.37 0.05 152.76 0.88 0.56
Hex 2E F2 99 51 0 25 5 99 58 38
Octal 56 362 231 121 0 45 5 231 130 70
Binary 101110 11110010 10011001 1010001 0 100101 101 10011001 1011000 111000

Color Harmonies of #2EF299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF299

Black with #2EF299

Text Example


Text Example

White with #2EF299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,153); }

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

background-color css

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

 a { background-color: rgb(46,242,153); }

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

border-color css

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

 span { border-color: rgb(46,242,153); }

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