Html Css Color HEX #2FE68D Shamrock

📋 copy color: '#2FE68D'

red 47 ◦ green 230 ◦ blue 141

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

Shades of Shamrock #2FE68D

Tints of Shamrock #2FE68D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.02%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 11.24%
G = 55.02%
B = 33.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#2FE68D (or 0x2FE68D) is known color: Shamrock. HEX triplet: 2F, E6 and 8D. RGB value is (47,230,141). Sum of RGB (Red+Green+Blue) = 47+230+141=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE68D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE68D is #D01972. Grayscale: #A5A5A5. Windows color (decimal): -13638003 or 9299503. OLE color: 9299503.

HSL color Cylindrical-coordinate representation of color #2FE68D: hue angle of 150.82º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE68D is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 230 141 -
CMYK 0.80 0 0.39 0.10
HSL 150.82º 0.79% 0.54% -
HSV(B) 150.82º 0.8% 0.9% -
XYZ 34.28 59.12 34.8 -
YUV 165.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 47 230 141 0.80 0 0.39 0.10 150.82 0.79 0.54
Hex 2F E6 8D 50 0 27 A 97 4F 36
Octal 57 346 215 120 0 47 12 227 117 66
Binary 101111 11100110 10001101 1010000 0 100111 1010 10010111 1001111 110110

Color Harmonies of #2FE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE68D

Black with #2FE68D

Text Example


Text Example

White with #2FE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,230,141); }

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

background-color css

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

 a { background-color: rgb(47,230,141); }

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

border-color css

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

 span { border-color: rgb(47,230,141); }

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