Html Css Color HEX #2FF699 Shamrock

📋 copy color: '#2FF699'

red 47 ◦ green 246 ◦ blue 153

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

Shades of Shamrock #2FF699

Tints of Shamrock #2FF699

RGB

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

 GREEN value IS 246 (96.48% from 255) = 55.16%

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

R = 10.54%
G = 55.16%
B = 34.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#2FF699 (or 0x2FF699) is known color: Shamrock. HEX triplet: 2F, F6 and 99. RGB value is (47,246,153). Sum of RGB (Red+Green+Blue) = 47+246+153=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF699 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF699 is #D00966. Grayscale: #B0B0B0. Windows color (decimal): -13633895 or 10090031. OLE color: 10090031.

HSL color Cylindrical-coordinate representation of color #2FF699: hue angle of 151.96º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF699 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 153 -
CMYK 0.81 0 0.38 0.04
HSL 151.96º 0.92% 0.57% -
HSV(B) 151.96º 0.81% 0.96% -
XYZ 39.88 68.82 41.32 -
YUV 175.9 115.07 36.06 -
System Red Green Blue C M Y K H S L
Decimal 47 246 153 0.81 0 0.38 0.04 151.96 0.92 0.57
Hex 2F F6 99 51 0 26 4 98 5C 39
Octal 57 366 231 121 0 46 4 230 134 71
Binary 101111 11110110 10011001 1010001 0 100110 100 10011000 1011100 111001

Color Harmonies of #2FF699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF699

Black with #2FF699

Text Example


Text Example

White with #2FF699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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