Html Css Color HEX #2FF25D Malachite

📋 copy color: '#2FF25D'

red 47 ◦ green 242 ◦ blue 93

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

Shades of Malachite #2FF25D

Tints of Malachite #2FF25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 12.3%
G = 63.35%
B = 24.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#2FF25D (or 0x2FF25D) is known color: Malachite. HEX triplet: 2F, F2 and 5D. RGB value is (47,242,93). Sum of RGB (Red+Green+Blue) = 47+242+93=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF25D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF25D is #D00DA2. Grayscale: #A7A7A7. Windows color (decimal): -13634979 or 6156847. OLE color: 6156847.

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

Color convert

RGB 47 242 93 -
CMYK 0.81 0 0.62 0.05
HSL 134.15º 0.88% 0.57% -
HSV(B) 134.15º 0.81% 0.95% -
XYZ 34.9 64.9 21.04 -
YUV 166.71 86.4 42.62 -
System Red Green Blue C M Y K H S L
Decimal 47 242 93 0.81 0 0.62 0.05 134.15 0.88 0.57
Hex 2F F2 5D 51 0 3E 5 86 58 39
Octal 57 362 135 121 0 76 5 206 130 71
Binary 101111 11110010 1011101 1010001 0 111110 101 10000110 1011000 111001

Color Harmonies of #2FF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF25D

Black with #2FF25D

Text Example


Text Example

White with #2FF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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