Html Css Color HEX #2FF35D Malachite

📋 copy color: '#2FF35D'

red 47 ◦ green 243 ◦ blue 93

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

Shades of Malachite #2FF35D

Tints of Malachite #2FF35D

RGB

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

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

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

R = 12.27%
G = 63.45%
B = 24.28%

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

#2FF35D (or 0x2FF35D) is known color: Malachite. HEX triplet: 2F, F3 and 5D. RGB value is (47,243,93). Sum of RGB (Red+Green+Blue) = 47+243+93=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF35D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF35D is #D00CA2. Grayscale: #A7A7A7. Windows color (decimal): -13634723 or 6157103. OLE color: 6157103.

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

Color convert

RGB 47 243 93 -
CMYK 0.81 0 0.62 0.05
HSL 134.08º 0.89% 0.57% -
HSV(B) 134.08º 0.81% 0.95% -
XYZ 35.2 65.5 21.14 -
YUV 167.3 86.07 42.2 -
System Red Green Blue C M Y K H S L
Decimal 47 243 93 0.81 0 0.62 0.05 134.08 0.89 0.57
Hex 2F F3 5D 51 0 3E 5 86 59 39
Octal 57 363 135 121 0 76 5 206 131 71
Binary 101111 11110011 1011101 1010001 0 111110 101 10000110 1011001 111001

Color Harmonies of #2FF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF35D

Black with #2FF35D

Text Example


Text Example

White with #2FF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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