Html Css Color HEX #30E604 Harlequin

📋 copy color: '#30E604'

red 48 ◦ green 230 ◦ blue 4

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

Shades of Harlequin #30E604

Tints of Harlequin #30E604

RGB

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

 GREEN value IS 230 (90.23% from 255) = 81.56%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 17.02%
G = 81.56%
B = 1.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#30E604 (or 0x30E604) is known color: Harlequin. HEX triplet: 30, E6 and 04. RGB value is (48,230,4). Sum of RGB (Red+Green+Blue) = 48+230+4=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 230 (90.23% from 255 or 81.56% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 230 - color contains mainly: green. Hex color #30E604 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E604 is #CF19FB. Grayscale: #969696. Windows color (decimal): -13572604 or 321072. OLE color: 321072.

HSL color Cylindrical-coordinate representation of color #30E604: hue angle of 108.32º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30E604 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 4 -
CMYK 0.79 0 0.98 0.10
HSL 108.32º 0.97% 0.46% -
HSV(B) 108.32º 0.98% 0.9% -
XYZ 29.54 57.23 9.6 -
YUV 149.82 45.7 55.38 -
System Red Green Blue C M Y K H S L
Decimal 48 230 4 0.79 0 0.98 0.10 108.32 0.97 0.46
Hex 30 E6 4 4F 0 62 A 6C 61 2E
Octal 60 346 4 117 0 142 12 154 141 56
Binary 110000 11100110 100 1001111 0 1100010 1010 1101100 1100001 101110

Color Harmonies of #30E604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E604

Black with #30E604

Text Example


Text Example

White with #30E604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,4); }

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

background-color css

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

 a { background-color: rgb(48,230,4); }

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

border-color css

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

 span { border-color: rgb(48,230,4); }

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