Html Css Color HEX #30E055 Malachite

📋 copy color: '#30E055'

red 48 ◦ green 224 ◦ blue 85

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

Shades of Malachite #30E055

Tints of Malachite #30E055

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.75%

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

R = 13.45%
G = 62.75%
B = 23.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#30E055 (or 0x30E055) is known color: Malachite. HEX triplet: 30, E0 and 55. RGB value is (48,224,85). Sum of RGB (Red+Green+Blue) = 48+224+85=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 224 (87.89% from 255 or 62.75% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 224 - color contains mainly: green. Hex color #30E055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E055 is #CF1FAA. Grayscale: #9B9B9B. Windows color (decimal): -13574059 or 5627952. OLE color: 5627952.

HSL color Cylindrical-coordinate representation of color #30E055: hue angle of 132.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E055 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 85 -
CMYK 0.79 0 0.62 0.12
HSL 132.61º 0.74% 0.53% -
HSV(B) 132.61º 0.79% 0.88% -
XYZ 29.51 54.6 17.58 -
YUV 155.53 88.19 51.3 -
System Red Green Blue C M Y K H S L
Decimal 48 224 85 0.79 0 0.62 0.12 132.61 0.74 0.53
Hex 30 E0 55 4F 0 3E C 85 4A 35
Octal 60 340 125 117 0 76 14 205 112 65
Binary 110000 11100000 1010101 1001111 0 111110 1100 10000101 1001010 110101

Color Harmonies of #30E055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E055

Black with #30E055

Text Example


Text Example

White with #30E055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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