Html Css Color HEX #2FEC90 Shamrock

📋 copy color: '#2FEC90'

red 47 ◦ green 236 ◦ blue 144

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

Shades of Shamrock #2FEC90

Tints of Shamrock #2FEC90

RGB

 RED value IS 47 (18.75% from 255) = 11.01%

 GREEN value IS 236 (92.58% from 255) = 55.27%

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 11.01%
G = 55.27%
B = 33.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#2FEC90 (or 0x2FEC90) is known color: Shamrock. HEX triplet: 2F, EC and 90. RGB value is (47,236,144). Sum of RGB (Red+Green+Blue) = 47+236+144=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEC90 is #D0136F. Grayscale: #A9A9A9. Windows color (decimal): -13636464 or 9497647. OLE color: 9497647.

HSL color Cylindrical-coordinate representation of color #2FEC90: hue angle of 150.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC90 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 144 -
CMYK 0.80 0 0.39 0.07
HSL 150.79º 0.83% 0.55% -
HSV(B) 150.79º 0.8% 0.93% -
XYZ 36.2 62.61 36.56 -
YUV 169 113.88 40.98 -
System Red Green Blue C M Y K H S L
Decimal 47 236 144 0.80 0 0.39 0.07 150.79 0.83 0.55
Hex 2F EC 90 50 0 27 7 97 53 37
Octal 57 354 220 120 0 47 7 227 123 67
Binary 101111 11101100 10010000 1010000 0 100111 111 10010111 1010011 110111

Color Harmonies of #2FEC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC90

Black with #2FEC90

Text Example


Text Example

White with #2FEC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,144); }

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

background-color css

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

 a { background-color: rgb(47,236,144); }

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

border-color css

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

 span { border-color: rgb(47,236,144); }

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