Html Css Color HEX #30E900 Harlequin

📋 copy color: '#30E900'

red 48 ◦ green 233 ◦ blue 0

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

Shades of Harlequin #30E900

Tints of Harlequin #30E900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 82.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.08%
G = 82.92%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#30E900 (or 0x30E900) is known color: Harlequin. HEX triplet: 30, E9 and 00. RGB value is (48,233,0). Sum of RGB (Red+Green+Blue) = 48+233+0=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 233 (91.41% from 255 or 82.92% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 233 - color contains mainly: green. Hex color #30E900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E900 is #CF16FF. Grayscale: #979797. Windows color (decimal): -13571840 or 59696. OLE color: 59696.

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

Color convert

RGB 48 233 0 -
CMYK 0.79 0 1 0.09
HSL 107.64º 1% 0.46% -
HSV(B) 107.64º 1% 0.91% -
XYZ 30.36 58.91 9.77 -
YUV 151.12 42.71 54.45 -
System Red Green Blue C M Y K H S L
Decimal 48 233 0 0.79 0 1 0.09 107.64 1 0.46
Hex 30 E9 0 4F 0 64 9 6C 64 2E
Octal 60 351 0 117 0 144 11 154 144 56
Binary 110000 11101001 0 1001111 0 1100100 1001 1101100 1100100 101110

Color Harmonies of #30E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E900

Black with #30E900

Text Example


Text Example

White with #30E900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,233,0); }

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

background-color css

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

 a { background-color: rgb(48,233,0); }

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

border-color css

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

 span { border-color: rgb(48,233,0); }

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