Html Css Color HEX #30ED65 Malachite

📋 copy color: '#30ED65'

red 48 ◦ green 237 ◦ blue 101

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

Shades of Malachite #30ED65

Tints of Malachite #30ED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.4%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 12.44%
G = 61.4%
B = 26.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#30ED65 (or 0x30ED65) is known color: Malachite. HEX triplet: 30, ED and 65. RGB value is (48,237,101). Sum of RGB (Red+Green+Blue) = 48+237+101=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED65 is #CF129A. Grayscale: #A5A5A5. Windows color (decimal): -13570715 or 6679856. OLE color: 6679856.

HSL color Cylindrical-coordinate representation of color #30ED65: hue angle of 136.83º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ED65 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 101 -
CMYK 0.80 0 0.57 0.07
HSL 136.83º 0.84% 0.56% -
HSV(B) 136.83º 0.8% 0.93% -
XYZ 33.85 62.14 22.52 -
YUV 164.99 91.88 44.56 -
System Red Green Blue C M Y K H S L
Decimal 48 237 101 0.80 0 0.57 0.07 136.83 0.84 0.56
Hex 30 ED 65 50 0 39 7 89 54 38
Octal 60 355 145 120 0 71 7 211 124 70
Binary 110000 11101101 1100101 1010000 0 111001 111 10001001 1010100 111000

Color Harmonies of #30ED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED65

Black with #30ED65

Text Example


Text Example

White with #30ED65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,237,101); }

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

background-color css

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

 a { background-color: rgb(48,237,101); }

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

border-color css

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

 span { border-color: rgb(48,237,101); }

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