Html Css Color HEX #2FF25B Malachite

📋 copy color: '#2FF25B'

red 47 ◦ green 242 ◦ blue 91

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

Shades of Malachite #2FF25B

Tints of Malachite #2FF25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 12.37%
G = 63.68%
B = 23.95%

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

#2FF25B (or 0x2FF25B) is known color: Malachite. HEX triplet: 2F, F2 and 5B. RGB value is (47,242,91). Sum of RGB (Red+Green+Blue) = 47+242+91=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF25B is #D00DA4. Grayscale: #A6A6A6. Windows color (decimal): -13634981 or 6025775. OLE color: 6025775.

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

Color convert

RGB 47 242 91 -
CMYK 0.81 0 0.62 0.05
HSL 133.54º 0.88% 0.57% -
HSV(B) 133.54º 0.81% 0.95% -
XYZ 34.81 64.86 20.58 -
YUV 166.48 85.4 42.78 -
System Red Green Blue C M Y K H S L
Decimal 47 242 91 0.81 0 0.62 0.05 133.54 0.88 0.57
Hex 2F F2 5B 51 0 3E 5 86 58 39
Octal 57 362 133 121 0 76 5 206 130 71
Binary 101111 11110010 1011011 1010001 0 111110 101 10000110 1011000 111001

Color Harmonies of #2FF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF25B

Black with #2FF25B

Text Example


Text Example

White with #2FF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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