Html Css Color HEX #2FF353 Malachite

📋 copy color: '#2FF353'

red 47 ◦ green 243 ◦ blue 83

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

Shades of Malachite #2FF353

Tints of Malachite #2FF353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.25%

R = 12.6%
G = 65.15%
B = 22.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#2FF353 (or 0x2FF353) is known color: Malachite. HEX triplet: 2F, F3 and 53. RGB value is (47,243,83). Sum of RGB (Red+Green+Blue) = 47+243+83=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF353 is #D00CAC. Grayscale: #A6A6A6. Windows color (decimal): -13634733 or 5501743. OLE color: 5501743.

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

Color convert

RGB 47 243 83 -
CMYK 0.81 0 0.66 0.05
HSL 131.02º 0.89% 0.57% -
HSV(B) 131.02º 0.81% 0.95% -
XYZ 34.78 65.33 18.96 -
YUV 166.16 81.07 43.01 -
System Red Green Blue C M Y K H S L
Decimal 47 243 83 0.81 0 0.66 0.05 131.02 0.89 0.57
Hex 2F F3 53 51 0 42 5 83 59 39
Octal 57 363 123 121 0 102 5 203 131 71
Binary 101111 11110011 1010011 1010001 0 1000010 101 10000011 1011001 111001

Color Harmonies of #2FF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF353

Black with #2FF353

Text Example


Text Example

White with #2FF353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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