Html Css Color HEX #30E504 Harlequin

📋 copy color: '#30E504'

red 48 ◦ green 229 ◦ blue 4

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

Shades of Harlequin #30E504

Tints of Harlequin #30E504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 81.49%

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

R = 17.08%
G = 81.49%
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

#30E504 (or 0x30E504) is known color: Harlequin. HEX triplet: 30, E5 and 04. RGB value is (48,229,4). Sum of RGB (Red+Green+Blue) = 48+229+4=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 229 (89.84% from 255 or 81.49% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 229 - color contains mainly: green. Hex color #30E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E504 is #CF1AFB. Grayscale: #959595. Windows color (decimal): -13572860 or 320816. OLE color: 320816.

HSL color Cylindrical-coordinate representation of color #30E504: hue angle of 108.27º 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 #30E504 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 229 4 -
CMYK 0.79 0 0.98 0.10
HSL 108.27º 0.97% 0.46% -
HSV(B) 108.27º 0.98% 0.9% -
XYZ 29.26 56.68 9.51 -
YUV 149.23 46.03 55.8 -
System Red Green Blue C M Y K H S L
Decimal 48 229 4 0.79 0 0.98 0.10 108.27 0.97 0.46
Hex 30 E5 4 4F 0 62 A 6C 61 2E
Octal 60 345 4 117 0 142 12 154 141 56
Binary 110000 11100101 100 1001111 0 1100010 1010 1101100 1100001 101110

Color Harmonies of #30E504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E504

Black with #30E504

Text Example


Text Example

White with #30E504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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