Html Css Color HEX #30CB56 Malachite

📋 copy color: '#30CB56'

red 48 ◦ green 203 ◦ blue 86

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

Shades of Malachite #30CB56

Tints of Malachite #30CB56

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.24%

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 14.24%
G = 60.24%
B = 25.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#30CB56 (or 0x30CB56) is known color: Malachite. HEX triplet: 30, CB and 56. RGB value is (48,203,86). Sum of RGB (Red+Green+Blue) = 48+203+86=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB56 is #CF34A9. Grayscale: #8F8F8F. Windows color (decimal): -13579434 or 5688112. OLE color: 5688112.

HSL color Cylindrical-coordinate representation of color #30CB56: hue angle of 134.71º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB56 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 203 86 -
CMYK 0.76 0 0.58 0.20
HSL 134.71º 0.62% 0.49% -
HSV(B) 134.71º 0.76% 0.8% -
XYZ 24.25 44.01 16.02 -
YUV 143.32 95.65 60.01 -
System Red Green Blue C M Y K H S L
Decimal 48 203 86 0.76 0 0.58 0.20 134.71 0.62 0.49
Hex 30 CB 56 4C 0 3A 14 87 3E 31
Octal 60 313 126 114 0 72 24 207 76 61
Binary 110000 11001011 1010110 1001100 0 111010 10100 10000111 111110 110001

Color Harmonies of #30CB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CB56

Black with #30CB56

Text Example


Text Example

White with #30CB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,86); }

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

background-color css

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

 a { background-color: rgb(48,203,86); }

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

border-color css

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

 span { border-color: rgb(48,203,86); }

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