Html Css Color HEX #30D601 Harlequin

📋 copy color: '#30D601'

red 48 ◦ green 214 ◦ blue 1

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

Shades of Harlequin #30D601

Tints of Harlequin #30D601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.37%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 18.25%
G = 81.37%
B = 0.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#30D601 (or 0x30D601) is known color: Harlequin. HEX triplet: 30, D6 and 01. RGB value is (48,214,1). Sum of RGB (Red+Green+Blue) = 48+214+1=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #30D601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D601 is #CF29FE. Grayscale: #8C8C8C. Windows color (decimal): -13576703 or 120368. OLE color: 120368.

HSL color Cylindrical-coordinate representation of color #30D601: hue angle of 106.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30D601 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 1 -
CMYK 0.78 0 1.00 0.16
HSL 106.76º 0.99% 0.42% -
HSV(B) 106.76º 1% 0.84% -
XYZ 25.27 48.72 8.1 -
YUV 140.08 49.5 62.32 -
System Red Green Blue C M Y K H S L
Decimal 48 214 1 0.78 0 1.00 0.16 106.76 0.99 0.42
Hex 30 D6 1 4E 0 64 10 6B 63 2A
Octal 60 326 1 116 0 144 20 153 143 52
Binary 110000 11010110 1 1001110 0 1100100 10000 1101011 1100011 101010

Color Harmonies of #30D601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D601

Black with #30D601

Text Example


Text Example

White with #30D601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,1); }

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

background-color css

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

 a { background-color: rgb(48,214,1); }

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

border-color css

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

 span { border-color: rgb(48,214,1); }

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