Html Css Color HEX #30ED83 Shamrock

📋 copy color: '#30ED83'

red 48 ◦ green 237 ◦ blue 131

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

Shades of Shamrock #30ED83

Tints of Shamrock #30ED83

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.97%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 11.54%
G = 56.97%
B = 31.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#30ED83 (or 0x30ED83) is known color: Shamrock. HEX triplet: 30, ED and 83. RGB value is (48,237,131). Sum of RGB (Red+Green+Blue) = 48+237+131=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 237 (92.97% from 255 or 56.97% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30ED83 is #CF127C. Grayscale: #A8A8A8. Windows color (decimal): -13570685 or 8645936. OLE color: 8645936.

HSL color Cylindrical-coordinate representation of color #30ED83: hue angle of 146.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ED83 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 131 -
CMYK 0.80 0 0.45 0.07
HSL 146.35º 0.84% 0.56% -
HSV(B) 146.35º 0.8% 0.93% -
XYZ 35.6 62.84 31.72 -
YUV 168.41 106.88 42.12 -
System Red Green Blue C M Y K H S L
Decimal 48 237 131 0.80 0 0.45 0.07 146.35 0.84 0.56
Hex 30 ED 83 50 0 2D 7 92 54 38
Octal 60 355 203 120 0 55 7 222 124 70
Binary 110000 11101101 10000011 1010000 0 101101 111 10010010 1010100 111000

Color Harmonies of #30ED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED83

Black with #30ED83

Text Example


Text Example

White with #30ED83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,237,131); }

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

background-color css

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

 a { background-color: rgb(48,237,131); }

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

border-color css

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

 span { border-color: rgb(48,237,131); }

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