Html Css Color HEX #30F081 Shamrock

📋 copy color: '#30F081'

red 48 ◦ green 240 ◦ blue 129

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

Shades of Shamrock #30F081

Tints of Shamrock #30F081

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.55%

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 11.51%
G = 57.55%
B = 30.94%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#30F081 (or 0x30F081) is known color: Shamrock. HEX triplet: 30, F0 and 81. RGB value is (48,240,129). Sum of RGB (Red+Green+Blue) = 48+240+129=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #30F081 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F081 is #CF0F7E. Grayscale: #AAAAAA. Windows color (decimal): -13569919 or 8515632. OLE color: 8515632.

HSL color Cylindrical-coordinate representation of color #30F081: hue angle of 145.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F081 is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 129 -
CMYK 0.8 0 0.46 0.06
HSL 145.31º 0.86% 0.56% -
HSV(B) 145.31º 0.8% 0.94% -
XYZ 36.34 64.53 31.31 -
YUV 169.94 104.89 41.03 -
System Red Green Blue C M Y K H S L
Decimal 48 240 129 0.8 0 0.46 0.06 145.31 0.86 0.56
Hex 30 F0 81 50 0 2E 6 91 56 38
Octal 60 360 201 120 0 56 6 221 126 70
Binary 110000 11110000 10000001 1010000 0 101110 110 10010001 1010110 111000

Color Harmonies of #30F081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F081

Black with #30F081

Text Example


Text Example

White with #30F081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,129); }

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

background-color css

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

 a { background-color: rgb(48,240,129); }

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

border-color css

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

 span { border-color: rgb(48,240,129); }

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