Html Css Color HEX #2FF369 Malachite

📋 copy color: '#2FF369'

red 47 ◦ green 243 ◦ blue 105

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

Shades of Malachite #2FF369

Tints of Malachite #2FF369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 11.9%
G = 61.52%
B = 26.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#2FF369 (or 0x2FF369) is known color: Malachite. HEX triplet: 2F, F3 and 69. RGB value is (47,243,105). Sum of RGB (Red+Green+Blue) = 47+243+105=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF369 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF369 is #D00C96. Grayscale: #A9A9A9. Windows color (decimal): -13634711 or 6943535. OLE color: 6943535.

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

Color convert

RGB 47 243 105 -
CMYK 0.81 0 0.57 0.05
HSL 137.76º 0.89% 0.57% -
HSV(B) 137.76º 0.81% 0.95% -
XYZ 35.77 65.73 24.17 -
YUV 168.66 92.07 41.22 -
System Red Green Blue C M Y K H S L
Decimal 47 243 105 0.81 0 0.57 0.05 137.76 0.89 0.57
Hex 2F F3 69 51 0 39 5 8A 59 39
Octal 57 363 151 121 0 71 5 212 131 71
Binary 101111 11110011 1101001 1010001 0 111001 101 10001010 1011001 111001

Color Harmonies of #2FF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF369

Black with #2FF369

Text Example


Text Example

White with #2FF369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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