Html Css Color HEX #2FED68 Malachite

📋 copy color: '#2FED68'

red 47 ◦ green 237 ◦ blue 104

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

Shades of Malachite #2FED68

Tints of Malachite #2FED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.08%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 12.11%
G = 61.08%
B = 26.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#2FED68 (or 0x2FED68) is known color: Malachite. HEX triplet: 2F, ED and 68. RGB value is (47,237,104). Sum of RGB (Red+Green+Blue) = 47+237+104=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED68 is #D01297. Grayscale: #A5A5A5. Windows color (decimal): -13636248 or 6876463. OLE color: 6876463.

HSL color Cylindrical-coordinate representation of color #2FED68: hue angle of 138º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED68 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 104 -
CMYK 0.80 0 0.56 0.07
HSL 138º 0.84% 0.56% -
HSV(B) 138º 0.8% 0.93% -
XYZ 33.96 62.17 23.31 -
YUV 165.03 93.55 43.81 -
System Red Green Blue C M Y K H S L
Decimal 47 237 104 0.80 0 0.56 0.07 138 0.84 0.56
Hex 2F ED 68 50 0 38 7 8A 54 38
Octal 57 355 150 120 0 70 7 212 124 70
Binary 101111 11101101 1101000 1010000 0 111000 111 10001010 1010100 111000

Color Harmonies of #2FED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED68

Black with #2FED68

Text Example


Text Example

White with #2FED68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,104); }

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

background-color css

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

 a { background-color: rgb(47,237,104); }

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

border-color css

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

 span { border-color: rgb(47,237,104); }

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