Html Css Color HEX #30F26D Malachite

📋 copy color: '#30F26D'

red 48 ◦ green 242 ◦ blue 109

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

Shades of Malachite #30F26D

Tints of Malachite #30F26D

RGB

 RED value IS 48 (19.14% from 255) = 12.03%

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 12.03%
G = 60.65%
B = 27.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#30F26D (or 0x30F26D) is known color: Malachite. HEX triplet: 30, F2 and 6D. RGB value is (48,242,109). Sum of RGB (Red+Green+Blue) = 48+242+109=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 242 (94.92% from 255 or 60.65% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 242 - color contains mainly: green. Hex color #30F26D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F26D is #CF0D92. Grayscale: #A9A9A9. Windows color (decimal): -13569427 or 7205424. OLE color: 7205424.

HSL color Cylindrical-coordinate representation of color #30F26D: hue angle of 138.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F26D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 109 -
CMYK 0.80 0 0.55 0.05
HSL 138.87º 0.88% 0.57% -
HSV(B) 138.87º 0.8% 0.95% -
XYZ 35.73 65.24 25.18 -
YUV 168.83 94.23 41.81 -
System Red Green Blue C M Y K H S L
Decimal 48 242 109 0.80 0 0.55 0.05 138.87 0.88 0.57
Hex 30 F2 6D 50 0 37 5 8B 58 39
Octal 60 362 155 120 0 67 5 213 130 71
Binary 110000 11110010 1101101 1010000 0 110111 101 10001011 1011000 111001

Color Harmonies of #30F26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F26D

Black with #30F26D

Text Example


Text Example

White with #30F26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F26D; }

 p { color: rgb(48,242,109); }

 H1.HeaderClassName
 {
   color: #30F26D;
 }
 .AnyTagClassName
 {
   color: #30F26D;
 }
</style>

background-color css

<style>
 a { background-color: #30F26D; }

 a { background-color: rgb(48,242,109); }

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

border-color css

<style>
 span { border-color: #30F26D; }

 span { border-color: rgb(48,242,109); }

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