Html Css Color HEX #30E650 Malachite

📋 copy color: '#30E650'

red 48 ◦ green 230 ◦ blue 80

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

Shades of Malachite #30E650

Tints of Malachite #30E650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.25%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 13.41%
G = 64.25%
B = 22.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#30E650 (or 0x30E650) is known color: Malachite. HEX triplet: 30, E6 and 50. RGB value is (48,230,80). Sum of RGB (Red+Green+Blue) = 48+230+80=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 230 (90.23% from 255 or 64.25% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 230 - color contains mainly: green. Hex color #30E650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E650 is #CF19AF. Grayscale: #9E9E9E. Windows color (decimal): -13572528 or 5301808. OLE color: 5301808.

HSL color Cylindrical-coordinate representation of color #30E650: hue angle of 130.55º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E650 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 80 -
CMYK 0.79 0 0.65 0.10
HSL 130.55º 0.78% 0.55% -
HSV(B) 130.55º 0.79% 0.9% -
XYZ 30.96 57.8 17.11 -
YUV 158.48 83.7 49.2 -
System Red Green Blue C M Y K H S L
Decimal 48 230 80 0.79 0 0.65 0.10 130.55 0.78 0.55
Hex 30 E6 50 4F 0 41 A 83 4E 37
Octal 60 346 120 117 0 101 12 203 116 67
Binary 110000 11100110 1010000 1001111 0 1000001 1010 10000011 1001110 110111

Color Harmonies of #30E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E650

Black with #30E650

Text Example


Text Example

White with #30E650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,80); }

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

background-color css

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

 a { background-color: rgb(48,230,80); }

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

border-color css

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

 span { border-color: rgb(48,230,80); }

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