Html Css Color HEX #2EDF85 Shamrock

📋 copy color: '#2EDF85'

red 46 ◦ green 223 ◦ blue 133

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

Shades of Shamrock #2EDF85

Tints of Shamrock #2EDF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.47%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 11.44%
G = 55.47%
B = 33.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#2EDF85 (or 0x2EDF85) is known color: Shamrock. HEX triplet: 2E, DF and 85. RGB value is (46,223,133). Sum of RGB (Red+Green+Blue) = 46+223+133=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF85 is #D1207A. Grayscale: #A0A0A0. Windows color (decimal): -13705339 or 8773422. OLE color: 8773422.

HSL color Cylindrical-coordinate representation of color #2EDF85: hue angle of 149.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF85 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 133 -
CMYK 0.79 0 0.40 0.13
HSL 149.49º 0.73% 0.53% -
HSV(B) 149.49º 0.79% 0.87% -
XYZ 31.75 55.05 31.14 -
YUV 159.82 112.86 46.82 -
System Red Green Blue C M Y K H S L
Decimal 46 223 133 0.79 0 0.40 0.13 149.49 0.73 0.53
Hex 2E DF 85 4F 0 28 D 95 49 35
Octal 56 337 205 117 0 50 15 225 111 65
Binary 101110 11011111 10000101 1001111 0 101000 1101 10010101 1001001 110101

Color Harmonies of #2EDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF85

Black with #2EDF85

Text Example


Text Example

White with #2EDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,133); }

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

background-color css

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

 a { background-color: rgb(46,223,133); }

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

border-color css

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

 span { border-color: rgb(46,223,133); }

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