Html Css Color HEX #30F199 Shamrock

📋 copy color: '#30F199'

red 48 ◦ green 241 ◦ blue 153

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

Shades of Shamrock #30F199

Tints of Shamrock #30F199

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 10.86%
G = 54.52%
B = 34.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#30F199 (or 0x30F199) is known color: Shamrock. HEX triplet: 30, F1 and 99. RGB value is (48,241,153). Sum of RGB (Red+Green+Blue) = 48+241+153=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #30F199 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F199 is #CF0E66. Grayscale: #ADADAD. Windows color (decimal): -13569639 or 10088752. OLE color: 10088752.

HSL color Cylindrical-coordinate representation of color #30F199: hue angle of 152.64º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F199 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 153 -
CMYK 0.80 0 0.37 0.05
HSL 152.64º 0.87% 0.57% -
HSV(B) 152.64º 0.8% 0.95% -
XYZ 38.42 65.84 40.82 -
YUV 173.26 116.56 38.66 -
System Red Green Blue C M Y K H S L
Decimal 48 241 153 0.80 0 0.37 0.05 152.64 0.87 0.57
Hex 30 F1 99 50 0 25 5 99 57 39
Octal 60 361 231 120 0 45 5 231 127 71
Binary 110000 11110001 10011001 1010000 0 100101 101 10011001 1010111 111001

Color Harmonies of #30F199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F199

Black with #30F199

Text Example


Text Example

White with #30F199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,241,153); }

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

background-color css

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

 a { background-color: rgb(48,241,153); }

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

border-color css

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

 span { border-color: rgb(48,241,153); }

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