Html Css Color HEX #30FB53 Malachite

📋 copy color: '#30FB53'

red 48 ◦ green 251 ◦ blue 83

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

Shades of Malachite #30FB53

Tints of Malachite #30FB53

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.71%

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 12.57%
G = 65.71%
B = 21.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#30FB53 (or 0x30FB53) is known color: Malachite. HEX triplet: 30, FB and 53. RGB value is (48,251,83). Sum of RGB (Red+Green+Blue) = 48+251+83=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 251 (98.44% from 255 or 65.71% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FB53 is #CF04AC. Grayscale: #ABABAB. Windows color (decimal): -13567149 or 5503792. OLE color: 5503792.

HSL color Cylindrical-coordinate representation of color #30FB53: hue angle of 130.34º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB53 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 83 -
CMYK 0.81 0 0.67 0.02
HSL 130.34º 0.96% 0.59% -
HSV(B) 130.34º 0.81% 0.98% -
XYZ 37.28 70.25 19.78 -
YUV 171.15 78.25 40.16 -
System Red Green Blue C M Y K H S L
Decimal 48 251 83 0.81 0 0.67 0.02 130.34 0.96 0.59
Hex 30 FB 53 51 0 43 2 82 60 3B
Octal 60 373 123 121 0 103 2 202 140 73
Binary 110000 11111011 1010011 1010001 0 1000011 10 10000010 1100000 111011

Color Harmonies of #30FB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB53

Black with #30FB53

Text Example


Text Example

White with #30FB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,83); }

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

background-color css

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

 a { background-color: rgb(48,251,83); }

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

border-color css

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

 span { border-color: rgb(48,251,83); }

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