Html Css Color HEX #30F071 Emerald

📋 copy color: '#30F071'

red 48 ◦ green 240 ◦ blue 113

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

Shades of Emerald #30F071

Tints of Emerald #30F071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.85%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 11.97%
G = 59.85%
B = 28.18%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#30F071 (or 0x30F071) is known color: Emerald. HEX triplet: 30, F0 and 71. RGB value is (48,240,113). Sum of RGB (Red+Green+Blue) = 48+240+113=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #30F071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F071 is #CF0F8E. Grayscale: #A8A8A8. Windows color (decimal): -13569935 or 7467056. OLE color: 7467056.

HSL color Cylindrical-coordinate representation of color #30F071: hue angle of 140.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F071 is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 113 -
CMYK 0.8 0 0.53 0.06
HSL 140.31º 0.86% 0.56% -
HSV(B) 140.31º 0.8% 0.94% -
XYZ 35.36 64.14 26.14 -
YUV 168.11 96.89 42.33 -
System Red Green Blue C M Y K H S L
Decimal 48 240 113 0.8 0 0.53 0.06 140.31 0.86 0.56
Hex 30 F0 71 50 0 35 6 8C 56 38
Octal 60 360 161 120 0 65 6 214 126 70
Binary 110000 11110000 1110001 1010000 0 110101 110 10001100 1010110 111000

Color Harmonies of #30F071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F071

Black with #30F071

Text Example


Text Example

White with #30F071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,113); }

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

background-color css

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

 a { background-color: rgb(48,240,113); }

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

border-color css

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

 span { border-color: rgb(48,240,113); }

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