Html Css Color HEX #30F299 Shamrock

📋 copy color: '#30F299'

red 48 ◦ green 242 ◦ blue 153

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

Shades of Shamrock #30F299

Tints of Shamrock #30F299

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.63%

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

R = 10.84%
G = 54.63%
B = 34.54%

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

#30F299 (or 0x30F299) is known color: Shamrock. HEX triplet: 30, F2 and 99. RGB value is (48,242,153). Sum of RGB (Red+Green+Blue) = 48+242+153=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #30F299 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F299 is #CF0D66. Grayscale: #AEAEAE. Windows color (decimal): -13569383 or 10089008. OLE color: 10089008.

HSL color Cylindrical-coordinate representation of color #30F299: hue angle of 152.47º degrees, saturation: 0.88, 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 #30F299 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 153 -
CMYK 0.80 0 0.37 0.05
HSL 152.47º 0.88% 0.57% -
HSV(B) 152.47º 0.8% 0.95% -
XYZ 38.72 66.43 40.92 -
YUV 173.85 116.23 38.24 -
System Red Green Blue C M Y K H S L
Decimal 48 242 153 0.80 0 0.37 0.05 152.47 0.88 0.57
Hex 30 F2 99 50 0 25 5 98 58 39
Octal 60 362 231 120 0 45 5 230 130 71
Binary 110000 11110010 10011001 1010000 0 100101 101 10011000 1011000 111001

Color Harmonies of #30F299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F299

Black with #30F299

Text Example


Text Example

White with #30F299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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