Html Css Color HEX #30EA66 Malachite

📋 copy color: '#30EA66'

red 48 ◦ green 234 ◦ blue 102

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

Shades of Malachite #30EA66

Tints of Malachite #30EA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60.94%

 BLUE value IS 102 (40.23% from 255) = 26.56%

R = 12.5%
G = 60.94%
B = 26.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#30EA66 (or 0x30EA66) is known color: Malachite. HEX triplet: 30, EA and 66. RGB value is (48,234,102). Sum of RGB (Red+Green+Blue) = 48+234+102=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 234 (91.80% from 255 or 60.94% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA66 is #CF1599. Grayscale: #A3A3A3. Windows color (decimal): -13571482 or 6744624. OLE color: 6744624.

HSL color Cylindrical-coordinate representation of color #30EA66: hue angle of 137.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EA66 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 234 102 -
CMYK 0.79 0 0.56 0.08
HSL 137.42º 0.82% 0.55% -
HSV(B) 137.42º 0.79% 0.92% -
XYZ 33.04 60.43 22.49 -
YUV 163.34 93.38 45.73 -
System Red Green Blue C M Y K H S L
Decimal 48 234 102 0.79 0 0.56 0.08 137.42 0.82 0.55
Hex 30 EA 66 4F 0 38 8 89 52 37
Octal 60 352 146 117 0 70 10 211 122 67
Binary 110000 11101010 1100110 1001111 0 111000 1000 10001001 1010010 110111

Color Harmonies of #30EA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA66

Black with #30EA66

Text Example


Text Example

White with #30EA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,234,102); }

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

background-color css

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

 a { background-color: rgb(48,234,102); }

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

border-color css

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

 span { border-color: rgb(48,234,102); }

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