Html Css Color HEX #30EA15 Harlequin

📋 copy color: '#30EA15'

red 48 ◦ green 234 ◦ blue 21

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

Shades of Harlequin #30EA15

Tints of Harlequin #30EA15

RGB

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

 GREEN value IS 234 (91.8% from 255) = 77.23%

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

R = 15.84%
G = 77.23%
B = 6.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#30EA15 (or 0x30EA15) is known color: Harlequin. HEX triplet: 30, EA and 15. RGB value is (48,234,21). Sum of RGB (Red+Green+Blue) = 48+234+21=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 234 (91.80% from 255 or 77.23% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EA15 is #CF15EA. Grayscale: #9A9A9A. Windows color (decimal): -13571563 or 1436208. OLE color: 1436208.

HSL color Cylindrical-coordinate representation of color #30EA15: hue angle of 112.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30EA15 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 234 21 -
CMYK 0.79 0 0.91 0.08
HSL 112.39º 0.84% 0.5% -
HSV(B) 112.39º 0.91% 0.92% -
XYZ 30.78 59.53 10.58 -
YUV 154.1 52.88 52.32 -
System Red Green Blue C M Y K H S L
Decimal 48 234 21 0.79 0 0.91 0.08 112.39 0.84 0.5
Hex 30 EA 15 4F 0 5B 8 70 54 32
Octal 60 352 25 117 0 133 10 160 124 62
Binary 110000 11101010 10101 1001111 0 1011011 1000 1110000 1010100 110010

Color Harmonies of #30EA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA15

Black with #30EA15

Text Example


Text Example

White with #30EA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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