Html Css Color HEX #2FF36A Malachite

📋 copy color: '#2FF36A'

red 47 ◦ green 243 ◦ blue 106

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

Shades of Malachite #2FF36A

Tints of Malachite #2FF36A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.36%

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 11.87%
G = 61.36%
B = 26.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#2FF36A (or 0x2FF36A) is known color: Malachite. HEX triplet: 2F, F3 and 6A. RGB value is (47,243,106). Sum of RGB (Red+Green+Blue) = 47+243+106=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF36A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF36A is #D00C95. Grayscale: #A9A9A9. Windows color (decimal): -13634710 or 7009071. OLE color: 7009071.

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

Color convert

RGB 47 243 106 -
CMYK 0.81 0 0.56 0.05
HSL 138.06º 0.89% 0.57% -
HSV(B) 138.06º 0.81% 0.95% -
XYZ 35.82 65.75 24.44 -
YUV 168.78 92.57 41.14 -
System Red Green Blue C M Y K H S L
Decimal 47 243 106 0.81 0 0.56 0.05 138.06 0.89 0.57
Hex 2F F3 6A 51 0 38 5 8A 59 39
Octal 57 363 152 121 0 70 5 212 131 71
Binary 101111 11110011 1101010 1010001 0 111000 101 10001010 1011001 111001

Color Harmonies of #2FF36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF36A

Black with #2FF36A

Text Example


Text Example

White with #2FF36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,243,106); }

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

background-color css

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

 a { background-color: rgb(47,243,106); }

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

border-color css

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

 span { border-color: rgb(47,243,106); }

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