Html Css Color HEX #30E814 Harlequin

📋 copy color: '#30E814'

red 48 ◦ green 232 ◦ blue 20

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

Shades of Harlequin #30E814

Tints of Harlequin #30E814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 77.33%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 16%
G = 77.33%
B = 6.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#30E814 (or 0x30E814) is known color: Harlequin. HEX triplet: 30, E8 and 14. RGB value is (48,232,20). Sum of RGB (Red+Green+Blue) = 48+232+20=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #30E814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E814 is #CF17EB. Grayscale: #999999. Windows color (decimal): -13572076 or 1370160. OLE color: 1370160.

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

Color convert

RGB 48 232 20 -
CMYK 0.79 0 0.91 0.09
HSL 112.08º 0.84% 0.49% -
HSV(B) 112.08º 0.91% 0.91% -
XYZ 30.2 58.39 10.34 -
YUV 152.82 53.04 53.24 -
System Red Green Blue C M Y K H S L
Decimal 48 232 20 0.79 0 0.91 0.09 112.08 0.84 0.49
Hex 30 E8 14 4F 0 5B 9 70 54 31
Octal 60 350 24 117 0 133 11 160 124 61
Binary 110000 11101000 10100 1001111 0 1011011 1001 1110000 1010100 110001

Color Harmonies of #30E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E814

Black with #30E814

Text Example


Text Example

White with #30E814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,232,20); }

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

background-color css

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

 a { background-color: rgb(48,232,20); }

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

border-color css

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

 span { border-color: rgb(48,232,20); }

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