Html Css Color HEX #30EF7F Shamrock

📋 copy color: '#30EF7F'

red 48 ◦ green 239 ◦ blue 127

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

Shades of Shamrock #30EF7F

Tints of Shamrock #30EF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.73%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 11.59%
G = 57.73%
B = 30.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#30EF7F (or 0x30EF7F) is known color: Shamrock. HEX triplet: 30, EF and 7F. RGB value is (48,239,127). Sum of RGB (Red+Green+Blue) = 48+239+127=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EF7F is #CF1080. Grayscale: #A9A9A9. Windows color (decimal): -13570177 or 8384304. OLE color: 8384304.

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

Color convert

RGB 48 239 127 -
CMYK 0.80 0 0.47 0.06
HSL 144.82º 0.86% 0.56% -
HSV(B) 144.82º 0.8% 0.94% -
XYZ 35.92 63.89 30.52 -
YUV 169.12 104.22 41.61 -
System Red Green Blue C M Y K H S L
Decimal 48 239 127 0.80 0 0.47 0.06 144.82 0.86 0.56
Hex 30 EF 7F 50 0 2F 6 91 56 38
Octal 60 357 177 120 0 57 6 221 126 70
Binary 110000 11101111 1111111 1010000 0 101111 110 10010001 1010110 111000

Color Harmonies of #30EF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EF7F

Black with #30EF7F

Text Example


Text Example

White with #30EF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,239,127); }

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

background-color css

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

 a { background-color: rgb(48,239,127); }

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

border-color css

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

 span { border-color: rgb(48,239,127); }

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