Html Css Color HEX #2FED5C Malachite

📋 copy color: '#2FED5C'

red 47 ◦ green 237 ◦ blue 92

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

Shades of Malachite #2FED5C

Tints of Malachite #2FED5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 12.5%
G = 63.03%
B = 24.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#2FED5C (or 0x2FED5C) is known color: Malachite. HEX triplet: 2F, ED and 5C. RGB value is (47,237,92). Sum of RGB (Red+Green+Blue) = 47+237+92=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED5C is #D012A3. Grayscale: #A4A4A4. Windows color (decimal): -13636260 or 6090031. OLE color: 6090031.

HSL color Cylindrical-coordinate representation of color #2FED5C: hue angle of 134.21º 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 #2FED5C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 92 -
CMYK 0.80 0 0.61 0.07
HSL 134.21º 0.84% 0.56% -
HSV(B) 134.21º 0.8% 0.93% -
XYZ 33.39 61.95 20.32 -
YUV 163.66 87.55 44.79 -
System Red Green Blue C M Y K H S L
Decimal 47 237 92 0.80 0 0.61 0.07 134.21 0.84 0.56
Hex 2F ED 5C 50 0 3D 7 86 54 38
Octal 57 355 134 120 0 75 7 206 124 70
Binary 101111 11101101 1011100 1010000 0 111101 111 10000110 1010100 111000

Color Harmonies of #2FED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED5C

Black with #2FED5C

Text Example


Text Example

White with #2FED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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