Html Css Color HEX #2FF25A Malachite

📋 copy color: '#2FF25A'

red 47 ◦ green 242 ◦ blue 90

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

Shades of Malachite #2FF25A

Tints of Malachite #2FF25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 12.4%
G = 63.85%
B = 23.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#2FF25A (or 0x2FF25A) is known color: Malachite. HEX triplet: 2F, F2 and 5A. RGB value is (47,242,90). Sum of RGB (Red+Green+Blue) = 47+242+90=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF25A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF25A is #D00DA5. Grayscale: #A6A6A6. Windows color (decimal): -13634982 or 5960239. OLE color: 5960239.

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

Color convert

RGB 47 242 90 -
CMYK 0.81 0 0.63 0.05
HSL 133.23º 0.88% 0.57% -
HSV(B) 133.23º 0.81% 0.95% -
XYZ 34.77 64.85 20.36 -
YUV 166.37 84.9 42.86 -
System Red Green Blue C M Y K H S L
Decimal 47 242 90 0.81 0 0.63 0.05 133.23 0.88 0.57
Hex 2F F2 5A 51 0 3F 5 85 58 39
Octal 57 362 132 121 0 77 5 205 130 71
Binary 101111 11110010 1011010 1010001 0 111111 101 10000101 1011000 111001

Color Harmonies of #2FF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF25A

Black with #2FF25A

Text Example


Text Example

White with #2FF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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