Html Css Color HEX #30E25F Malachite

📋 copy color: '#30E25F'

red 48 ◦ green 226 ◦ blue 95

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

Shades of Malachite #30E25F

Tints of Malachite #30E25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.25%

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

R = 13.01%
G = 61.25%
B = 25.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#30E25F (or 0x30E25F) is known color: Malachite. HEX triplet: 30, E2 and 5F. RGB value is (48,226,95). Sum of RGB (Red+Green+Blue) = 48+226+95=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #30E25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E25F is #CF1DA0. Grayscale: #9E9E9E. Windows color (decimal): -13573537 or 6283824. OLE color: 6283824.

HSL color Cylindrical-coordinate representation of color #30E25F: hue angle of 135.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E25F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 226 95 -
CMYK 0.79 0 0.58 0.11
HSL 135.84º 0.75% 0.54% -
HSV(B) 135.84º 0.79% 0.89% -
XYZ 30.48 55.85 20 -
YUV 157.84 92.53 49.65 -
System Red Green Blue C M Y K H S L
Decimal 48 226 95 0.79 0 0.58 0.11 135.84 0.75 0.54
Hex 30 E2 5F 4F 0 3A B 88 4B 36
Octal 60 342 137 117 0 72 13 210 113 66
Binary 110000 11100010 1011111 1001111 0 111010 1011 10001000 1001011 110110

Color Harmonies of #30E25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E25F

Black with #30E25F

Text Example


Text Example

White with #30E25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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