Html Css Color HEX #2FF99E Shamrock

📋 copy color: '#2FF99E'

red 47 ◦ green 249 ◦ blue 158

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

Shades of Shamrock #2FF99E

Tints of Shamrock #2FF99E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.85%

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 10.35%
G = 54.85%
B = 34.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#2FF99E (or 0x2FF99E) is known color: Shamrock. HEX triplet: 2F, F9 and 9E. RGB value is (47,249,158). Sum of RGB (Red+Green+Blue) = 47+249+158=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 249 (97.66% from 255 or 54.85% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF99E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF99E is #D00661. Grayscale: #B2B2B2. Windows color (decimal): -13633122 or 10418479. OLE color: 10418479.

HSL color Cylindrical-coordinate representation of color #2FF99E: hue angle of 152.97º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF99E is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 158 -
CMYK 0.81 0 0.37 0.02
HSL 152.97º 0.94% 0.58% -
HSV(B) 152.97º 0.81% 0.98% -
XYZ 41.22 70.82 43.85 -
YUV 178.23 116.58 34.4 -
System Red Green Blue C M Y K H S L
Decimal 47 249 158 0.81 0 0.37 0.02 152.97 0.94 0.58
Hex 2F F9 9E 51 0 25 2 99 5E 3A
Octal 57 371 236 121 0 45 2 231 136 72
Binary 101111 11111001 10011110 1010001 0 100101 10 10011001 1011110 111010

Color Harmonies of #2FF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF99E

Black with #2FF99E

Text Example


Text Example

White with #2FF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,249,158); }

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

background-color css

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

 a { background-color: rgb(47,249,158); }

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

border-color css

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

 span { border-color: rgb(47,249,158); }

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