Html Css Color HEX #30FE5A Malachite

📋 copy color: '#30FE5A'

red 48 ◦ green 254 ◦ blue 90

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

Shades of Malachite #30FE5A

Tints of Malachite #30FE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 64.8%

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

R = 12.24%
G = 64.8%
B = 22.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#30FE5A (or 0x30FE5A) is known color: Malachite. HEX triplet: 30, FE and 5A. RGB value is (48,254,90). Sum of RGB (Red+Green+Blue) = 48+254+90=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FE5A is #CF01A5. Grayscale: #AEAEAE. Windows color (decimal): -13566374 or 5963312. OLE color: 5963312.

HSL color Cylindrical-coordinate representation of color #30FE5A: hue angle of 132.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FE5A is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 90 -
CMYK 0.81 0 0.65 0.00
HSL 132.23º 0.99% 0.59% -
HSV(B) 132.23º 0.81% 1% -
XYZ 38.51 72.25 21.59 -
YUV 173.71 80.75 38.34 -
System Red Green Blue C M Y K H S L
Decimal 48 254 90 0.81 0 0.65 0.00 132.23 0.99 0.59
Hex 30 FE 5A 51 0 41 0 84 63 3B
Octal 60 376 132 121 0 101 0 204 143 73
Binary 110000 11111110 1011010 1010001 0 1000001 0 10000100 1100011 111011

Color Harmonies of #30FE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE5A

Black with #30FE5A

Text Example


Text Example

White with #30FE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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