Html Css Color HEX #30E406 Harlequin

📋 copy color: '#30E406'

red 48 ◦ green 228 ◦ blue 6

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

Shades of Harlequin #30E406

Tints of Harlequin #30E406

RGB

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

 GREEN value IS 228 (89.45% from 255) = 80.85%

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 17.02%
G = 80.85%
B = 2.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#30E406 (or 0x30E406) is known color: Harlequin. HEX triplet: 30, E4 and 06. RGB value is (48,228,6). Sum of RGB (Red+Green+Blue) = 48+228+6=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 228 (89.45% from 255 or 80.85% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 228 - color contains mainly: green. Hex color #30E406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E406 is #CF1BF9. Grayscale: #959595. Windows color (decimal): -13573114 or 451632. OLE color: 451632.

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

Color convert

RGB 48 228 6 -
CMYK 0.79 0 0.97 0.11
HSL 108.65º 0.95% 0.46% -
HSV(B) 108.65º 0.97% 0.89% -
XYZ 29 56.13 9.48 -
YUV 148.87 47.37 56.05 -
System Red Green Blue C M Y K H S L
Decimal 48 228 6 0.79 0 0.97 0.11 108.65 0.95 0.46
Hex 30 E4 6 4F 0 61 B 6D 5F 2E
Octal 60 344 6 117 0 141 13 155 137 56
Binary 110000 11100100 110 1001111 0 1100001 1011 1101101 1011111 101110

Color Harmonies of #30E406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E406

Black with #30E406

Text Example


Text Example

White with #30E406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,228,6); }

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

background-color css

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

 a { background-color: rgb(48,228,6); }

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

border-color css

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

 span { border-color: rgb(48,228,6); }

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