Html Css Color HEX #30F082 Shamrock

📋 copy color: '#30F082'

red 48 ◦ green 240 ◦ blue 130

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

Shades of Shamrock #30F082

Tints of Shamrock #30F082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 11.48%
G = 57.42%
B = 31.1%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#30F082 (or 0x30F082) is known color: Shamrock. HEX triplet: 30, F0 and 82. RGB value is (48,240,130). Sum of RGB (Red+Green+Blue) = 48+240+130=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #30F082 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F082 is #CF0F7D. Grayscale: #AAAAAA. Windows color (decimal): -13569918 or 8581168. OLE color: 8581168.

HSL color Cylindrical-coordinate representation of color #30F082: hue angle of 145.62º 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 #30F082 is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 130 -
CMYK 0.8 0 0.46 0.06
HSL 145.63º 0.86% 0.56% -
HSV(B) 145.63º 0.8% 0.94% -
XYZ 36.41 64.56 31.66 -
YUV 170.05 105.39 40.94 -
System Red Green Blue C M Y K H S L
Decimal 48 240 130 0.8 0 0.46 0.06 145.63 0.86 0.56
Hex 30 F0 82 50 0 2E 6 92 56 38
Octal 60 360 202 120 0 56 6 222 126 70
Binary 110000 11110000 10000010 1010000 0 101110 110 10010010 1010110 111000

Color Harmonies of #30F082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F082

Black with #30F082

Text Example


Text Example

White with #30F082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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