Html Css Color HEX #30E655 Malachite

📋 copy color: '#30E655'

red 48 ◦ green 230 ◦ blue 85

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

Shades of Malachite #30E655

Tints of Malachite #30E655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 13.22%
G = 63.36%
B = 23.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#30E655 (or 0x30E655) is known color: Malachite. HEX triplet: 30, E6 and 55. RGB value is (48,230,85). Sum of RGB (Red+Green+Blue) = 48+230+85=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 230 (90.23% from 255 or 63.36% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 230 - color contains mainly: green. Hex color #30E655 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E655 is #CF19AA. Grayscale: #9F9F9F. Windows color (decimal): -13572523 or 5629488. OLE color: 5629488.

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

Color convert

RGB 48 230 85 -
CMYK 0.79 0 0.63 0.10
HSL 132.2º 0.78% 0.55% -
HSV(B) 132.2º 0.79% 0.9% -
XYZ 31.16 57.88 18.12 -
YUV 159.05 86.2 48.79 -
System Red Green Blue C M Y K H S L
Decimal 48 230 85 0.79 0 0.63 0.10 132.2 0.78 0.55
Hex 30 E6 55 4F 0 3F A 84 4E 37
Octal 60 346 125 117 0 77 12 204 116 67
Binary 110000 11100110 1010101 1001111 0 111111 1010 10000100 1001110 110111

Color Harmonies of #30E655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E655

Black with #30E655

Text Example


Text Example

White with #30E655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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