Html Css Color HEX #2FF25F Malachite

📋 copy color: '#2FF25F'

red 47 ◦ green 242 ◦ blue 95

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

Shades of Malachite #2FF25F

Tints of Malachite #2FF25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 12.24%
G = 63.02%
B = 24.74%

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

#2FF25F (or 0x2FF25F) is known color: Malachite. HEX triplet: 2F, F2 and 5F. RGB value is (47,242,95). Sum of RGB (Red+Green+Blue) = 47+242+95=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF25F is #D00DA0. Grayscale: #A7A7A7. Windows color (decimal): -13634977 or 6287919. OLE color: 6287919.

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

Color convert

RGB 47 242 95 -
CMYK 0.81 0 0.61 0.05
HSL 134.77º 0.88% 0.57% -
HSV(B) 134.77º 0.81% 0.95% -
XYZ 34.99 64.93 21.52 -
YUV 166.94 87.4 42.45 -
System Red Green Blue C M Y K H S L
Decimal 47 242 95 0.81 0 0.61 0.05 134.77 0.88 0.57
Hex 2F F2 5F 51 0 3D 5 87 58 39
Octal 57 362 137 121 0 75 5 207 130 71
Binary 101111 11110010 1011111 1010001 0 111101 101 10000111 1011000 111001

Color Harmonies of #2FF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF25F

Black with #2FF25F

Text Example


Text Example

White with #2FF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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