Html Css Color HEX #30F387 Shamrock

📋 copy color: '#30F387'

red 48 ◦ green 243 ◦ blue 135

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

Shades of Shamrock #30F387

Tints of Shamrock #30F387

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.04%

 BLUE value IS 135 (53.13% from 255) = 31.69%

R = 11.27%
G = 57.04%
B = 31.69%

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

#30F387 (or 0x30F387) is known color: Shamrock. HEX triplet: 30, F3 and 87. RGB value is (48,243,135). Sum of RGB (Red+Green+Blue) = 48+243+135=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #30F387 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F387 is #CF0C78. Grayscale: #ACACAC. Windows color (decimal): -13569145 or 8909616. OLE color: 8909616.

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

Color convert

RGB 48 243 135 -
CMYK 0.80 0 0.44 0.05
HSL 146.77º 0.89% 0.57% -
HSV(B) 146.77º 0.8% 0.95% -
XYZ 37.64 66.48 33.77 -
YUV 172.38 106.9 39.28 -
System Red Green Blue C M Y K H S L
Decimal 48 243 135 0.80 0 0.44 0.05 146.77 0.89 0.57
Hex 30 F3 87 50 0 2C 5 93 59 39
Octal 60 363 207 120 0 54 5 223 131 71
Binary 110000 11110011 10000111 1010000 0 101100 101 10010011 1011001 111001

Color Harmonies of #30F387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F387

Black with #30F387

Text Example


Text Example

White with #30F387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,243,135); }

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

background-color css

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

 a { background-color: rgb(48,243,135); }

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

border-color css

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

 span { border-color: rgb(48,243,135); }

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