Html Css Color HEX #2FE65C Malachite

📋 copy color: '#2FE65C'

red 47 ◦ green 230 ◦ blue 92

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

Shades of Malachite #2FE65C

Tints of Malachite #2FE65C

RGB

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

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

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

R = 12.74%
G = 62.33%
B = 24.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#2FE65C (or 0x2FE65C) is known color: Malachite. HEX triplet: 2F, E6 and 5C. RGB value is (47,230,92). Sum of RGB (Red+Green+Blue) = 47+230+92=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 230 (90.23% from 255 or 62.33% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE65C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE65C is #D019A3. Grayscale: #9F9F9F. Windows color (decimal): -13638052 or 6088239. OLE color: 6088239.

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

Color convert

RGB 47 230 92 -
CMYK 0.80 0 0.60 0.10
HSL 134.75º 0.79% 0.54% -
HSV(B) 134.75º 0.8% 0.9% -
XYZ 31.4 57.97 19.66 -
YUV 159.55 89.87 47.72 -
System Red Green Blue C M Y K H S L
Decimal 47 230 92 0.80 0 0.60 0.10 134.75 0.79 0.54
Hex 2F E6 5C 50 0 3C A 87 4F 36
Octal 57 346 134 120 0 74 12 207 117 66
Binary 101111 11100110 1011100 1010000 0 111100 1010 10000111 1001111 110110

Color Harmonies of #2FE65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE65C

Black with #2FE65C

Text Example


Text Example

White with #2FE65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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