Html Css Color HEX #30F88F Shamrock

📋 copy color: '#30F88F'

red 48 ◦ green 248 ◦ blue 143

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

Shades of Shamrock #30F88F

Tints of Shamrock #30F88F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.49%

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 10.93%
G = 56.49%
B = 32.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#30F88F (or 0x30F88F) is known color: Shamrock. HEX triplet: 30, F8 and 8F. RGB value is (48,248,143). Sum of RGB (Red+Green+Blue) = 48+248+143=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #30F88F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F88F is #CF0770. Grayscale: #B0B0B0. Windows color (decimal): -13567857 or 9435184. OLE color: 9435184.

HSL color Cylindrical-coordinate representation of color #30F88F: hue angle of 148.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F88F is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 248 143 -
CMYK 0.81 0 0.42 0.03
HSL 148.5º 0.93% 0.58% -
HSV(B) 148.5º 0.81% 0.97% -
XYZ 39.74 69.75 37.35 -
YUV 176.23 109.24 36.54 -
System Red Green Blue C M Y K H S L
Decimal 48 248 143 0.81 0 0.42 0.03 148.5 0.93 0.58
Hex 30 F8 8F 51 0 2A 3 94 5D 3A
Octal 60 370 217 121 0 52 3 224 135 72
Binary 110000 11111000 10001111 1010001 0 101010 11 10010100 1011101 111010

Color Harmonies of #30F88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F88F

Black with #30F88F

Text Example


Text Example

White with #30F88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,248,143); }

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

background-color css

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

 a { background-color: rgb(48,248,143); }

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

border-color css

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

 span { border-color: rgb(48,248,143); }

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