Html Css Color HEX #30FE5F Malachite

📋 copy color: '#30FE5F'

red 48 ◦ green 254 ◦ blue 95

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

Shades of Malachite #30FE5F

Tints of Malachite #30FE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 12.09%
G = 63.98%
B = 23.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#30FE5F (or 0x30FE5F) is known color: Malachite. HEX triplet: 30, FE and 5F. RGB value is (48,254,95). Sum of RGB (Red+Green+Blue) = 48+254+95=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 254 (99.61% from 255 or 63.98% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FE5F is #CF01A0. Grayscale: #AEAEAE. Windows color (decimal): -13566369 or 6290992. OLE color: 6290992.

HSL color Cylindrical-coordinate representation of color #30FE5F: hue angle of 133.69º 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 #30FE5F is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 95 -
CMYK 0.81 0 0.63 0.00
HSL 133.69º 0.99% 0.59% -
HSV(B) 133.69º 0.81% 1% -
XYZ 38.73 72.34 22.75 -
YUV 174.28 83.25 37.93 -
System Red Green Blue C M Y K H S L
Decimal 48 254 95 0.81 0 0.63 0.00 133.69 0.99 0.59
Hex 30 FE 5F 51 0 3F 0 86 63 3B
Octal 60 376 137 121 0 77 0 206 143 73
Binary 110000 11111110 1011111 1010001 0 111111 0 10000110 1100011 111011

Color Harmonies of #30FE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE5F

Black with #30FE5F

Text Example


Text Example

White with #30FE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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