Html Css Color HEX #2FE499 Shamrock

📋 copy color: '#2FE499'

red 47 ◦ green 228 ◦ blue 153

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

Shades of Shamrock #2FE499

Tints of Shamrock #2FE499

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.27%

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

R = 10.98%
G = 53.27%
B = 35.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#2FE499 (or 0x2FE499) is known color: Shamrock. HEX triplet: 2F, E4 and 99. RGB value is (47,228,153). Sum of RGB (Red+Green+Blue) = 47+228+153=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE499 is #D01B66. Grayscale: #A5A5A5. Windows color (decimal): -13638503 or 10085423. OLE color: 10085423.

HSL color Cylindrical-coordinate representation of color #2FE499: hue angle of 155.14º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE499 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 228 153 -
CMYK 0.79 0 0.33 0.11
HSL 155.14º 0.77% 0.54% -
HSV(B) 155.14º 0.79% 0.89% -
XYZ 34.67 58.39 39.58 -
YUV 165.33 121.03 43.6 -
System Red Green Blue C M Y K H S L
Decimal 47 228 153 0.79 0 0.33 0.11 155.14 0.77 0.54
Hex 2F E4 99 4F 0 21 B 9B 4D 36
Octal 57 344 231 117 0 41 13 233 115 66
Binary 101111 11100100 10011001 1001111 0 100001 1011 10011011 1001101 110110

Color Harmonies of #2FE499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE499

Black with #2FE499

Text Example


Text Example

White with #2FE499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,228,153); }

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

background-color css

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

 a { background-color: rgb(47,228,153); }

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

border-color css

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

 span { border-color: rgb(47,228,153); }

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