Html Css Color HEX #30F55A Malachite

📋 copy color: '#30F55A'

red 48 ◦ green 245 ◦ blue 90

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

Shades of Malachite #30F55A

Tints of Malachite #30F55A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.97%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 12.53%
G = 63.97%
B = 23.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#30F55A (or 0x30F55A) is known color: Malachite. HEX triplet: 30, F5 and 5A. RGB value is (48,245,90). Sum of RGB (Red+Green+Blue) = 48+245+90=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 245 (96.09% from 255 or 63.97% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 245 - color contains mainly: green. Hex color #30F55A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F55A is #CF0AA5. Grayscale: #A8A8A8. Windows color (decimal): -13568678 or 5961008. OLE color: 5961008.

HSL color Cylindrical-coordinate representation of color #30F55A: hue angle of 132.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F55A is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 90 -
CMYK 0.80 0 0.63 0.04
HSL 132.79º 0.91% 0.57% -
HSV(B) 132.79º 0.8% 0.96% -
XYZ 35.72 66.67 20.66 -
YUV 168.43 83.73 42.1 -
System Red Green Blue C M Y K H S L
Decimal 48 245 90 0.80 0 0.63 0.04 132.79 0.91 0.57
Hex 30 F5 5A 50 0 3F 4 85 5B 39
Octal 60 365 132 120 0 77 4 205 133 71
Binary 110000 11110101 1011010 1010000 0 111111 100 10000101 1011011 111001

Color Harmonies of #30F55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F55A

Black with #30F55A

Text Example


Text Example

White with #30F55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,90); }

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

background-color css

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

 a { background-color: rgb(48,245,90); }

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

border-color css

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

 span { border-color: rgb(48,245,90); }

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