Html Css Color HEX #30EC15 Harlequin

📋 copy color: '#30EC15'

red 48 ◦ green 236 ◦ blue 21

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

Shades of Harlequin #30EC15

Tints of Harlequin #30EC15

RGB

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

 GREEN value IS 236 (92.58% from 255) = 77.38%

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 15.74%
G = 77.38%
B = 6.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#30EC15 (or 0x30EC15) is known color: Harlequin. HEX triplet: 30, EC and 15. RGB value is (48,236,21). Sum of RGB (Red+Green+Blue) = 48+236+21=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 236 (92.58% from 255 or 77.38% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EC15 is #CF13EA. Grayscale: #9B9B9B. Windows color (decimal): -13571051 or 1436720. OLE color: 1436720.

HSL color Cylindrical-coordinate representation of color #30EC15: hue angle of 112.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30EC15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 21 -
CMYK 0.80 0 0.91 0.07
HSL 112.47º 0.85% 0.5% -
HSV(B) 112.47º 0.91% 0.93% -
XYZ 31.35 60.67 10.77 -
YUV 155.28 52.22 51.48 -
System Red Green Blue C M Y K H S L
Decimal 48 236 21 0.80 0 0.91 0.07 112.47 0.85 0.5
Hex 30 EC 15 50 0 5B 7 70 55 32
Octal 60 354 25 120 0 133 7 160 125 62
Binary 110000 11101100 10101 1010000 0 1011011 111 1110000 1010101 110010

Color Harmonies of #30EC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC15

Black with #30EC15

Text Example


Text Example

White with #30EC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,21); }

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

background-color css

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

 a { background-color: rgb(48,236,21); }

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

border-color css

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

 span { border-color: rgb(48,236,21); }

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