Html Css Color HEX #30F288 Shamrock

📋 copy color: '#30F288'

red 48 ◦ green 242 ◦ blue 136

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

Shades of Shamrock #30F288

Tints of Shamrock #30F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 11.27%
G = 56.81%
B = 31.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#30F288 (or 0x30F288) is known color: Shamrock. HEX triplet: 30, F2 and 88. RGB value is (48,242,136). Sum of RGB (Red+Green+Blue) = 48+242+136=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #30F288 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F288 is #CF0D77. Grayscale: #ACACAC. Windows color (decimal): -13569400 or 8974896. OLE color: 8974896.

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

Color convert

RGB 48 242 136 -
CMYK 0.80 0 0.44 0.05
HSL 147.22º 0.88% 0.57% -
HSV(B) 147.22º 0.8% 0.95% -
XYZ 37.41 65.91 34.04 -
YUV 171.91 107.73 39.62 -
System Red Green Blue C M Y K H S L
Decimal 48 242 136 0.80 0 0.44 0.05 147.22 0.88 0.57
Hex 30 F2 88 50 0 2C 5 93 58 39
Octal 60 362 210 120 0 54 5 223 130 71
Binary 110000 11110010 10001000 1010000 0 101100 101 10010011 1011000 111001

Color Harmonies of #30F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F288

Black with #30F288

Text Example


Text Example

White with #30F288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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