Html Css Color HEX #30FE4A Malachite

📋 copy color: '#30FE4A'

red 48 ◦ green 254 ◦ blue 74

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

Shades of Malachite #30FE4A

Tints of Malachite #30FE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 12.77%
G = 67.55%
B = 19.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#30FE4A (or 0x30FE4A) is known color: Malachite. HEX triplet: 30, FE and 4A. RGB value is (48,254,74). Sum of RGB (Red+Green+Blue) = 48+254+74=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FE4A is #CF01B5. Grayscale: #ACACAC. Windows color (decimal): -13566390 or 4914736. OLE color: 4914736.

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

Color convert

RGB 48 254 74 -
CMYK 0.81 0 0.71 0.00
HSL 127.57º 0.99% 0.59% -
HSV(B) 127.57º 0.81% 1% -
XYZ 37.9 72.01 18.38 -
YUV 171.89 72.75 39.64 -
System Red Green Blue C M Y K H S L
Decimal 48 254 74 0.81 0 0.71 0.00 127.57 0.99 0.59
Hex 30 FE 4A 51 0 47 0 80 63 3B
Octal 60 376 112 121 0 107 0 200 143 73
Binary 110000 11111110 1001010 1010001 0 1000111 0 10000000 1100011 111011

Color Harmonies of #30FE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE4A

Black with #30FE4A

Text Example


Text Example

White with #30FE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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