Html Css Color HEX #2FF25E Malachite

📋 copy color: '#2FF25E'

red 47 ◦ green 242 ◦ blue 94

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

Shades of Malachite #2FF25E

Tints of Malachite #2FF25E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.19%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 12.27%
G = 63.19%
B = 24.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#2FF25E (or 0x2FF25E) is known color: Malachite. HEX triplet: 2F, F2 and 5E. RGB value is (47,242,94). Sum of RGB (Red+Green+Blue) = 47+242+94=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF25E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF25E is #D00DA1. Grayscale: #A7A7A7. Windows color (decimal): -13634978 or 6222383. OLE color: 6222383.

HSL color Cylindrical-coordinate representation of color #2FF25E: hue angle of 134.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF25E is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 94 -
CMYK 0.81 0 0.61 0.05
HSL 134.46º 0.88% 0.57% -
HSV(B) 134.46º 0.81% 0.95% -
XYZ 34.94 64.92 21.28 -
YUV 166.82 86.9 42.53 -
System Red Green Blue C M Y K H S L
Decimal 47 242 94 0.81 0 0.61 0.05 134.46 0.88 0.57
Hex 2F F2 5E 51 0 3D 5 86 58 39
Octal 57 362 136 121 0 75 5 206 130 71
Binary 101111 11110010 1011110 1010001 0 111101 101 10000110 1011000 111001

Color Harmonies of #2FF25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF25E

Black with #2FF25E

Text Example


Text Example

White with #2FF25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,94); }

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

background-color css

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

 a { background-color: rgb(47,242,94); }

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

border-color css

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

 span { border-color: rgb(47,242,94); }

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