Html Css Color HEX #2FF690 Shamrock

📋 copy color: '#2FF690'

red 47 ◦ green 246 ◦ blue 144

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

Shades of Shamrock #2FF690

Tints of Shamrock #2FF690

RGB

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

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

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

R = 10.76%
G = 56.29%
B = 32.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#2FF690 (or 0x2FF690) is known color: Shamrock. HEX triplet: 2F, F6 and 90. RGB value is (47,246,144). Sum of RGB (Red+Green+Blue) = 47+246+144=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF690 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF690 is #D0096F. Grayscale: #AFAFAF. Windows color (decimal): -13633904 or 9500207. OLE color: 9500207.

HSL color Cylindrical-coordinate representation of color #2FF690: hue angle of 149.25º 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 #2FF690 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 144 -
CMYK 0.81 0 0.41 0.04
HSL 149.25º 0.92% 0.57% -
HSV(B) 149.25º 0.81% 0.96% -
XYZ 39.16 68.53 37.55 -
YUV 174.87 110.57 36.79 -
System Red Green Blue C M Y K H S L
Decimal 47 246 144 0.81 0 0.41 0.04 149.25 0.92 0.57
Hex 2F F6 90 51 0 29 4 95 5C 39
Octal 57 366 220 121 0 51 4 225 134 71
Binary 101111 11110110 10010000 1010001 0 101001 100 10010101 1011100 111001

Color Harmonies of #2FF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF690

Black with #2FF690

Text Example


Text Example

White with #2FF690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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