Html Css Color HEX #30EC0D Harlequin

📋 copy color: '#30EC0D'

red 48 ◦ green 236 ◦ blue 13

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

Shades of Harlequin #30EC0D

Tints of Harlequin #30EC0D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 79.46%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 16.16%
G = 79.46%
B = 4.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#30EC0D (or 0x30EC0D) is known color: Harlequin. HEX triplet: 30, EC and 0D. RGB value is (48,236,13). Sum of RGB (Red+Green+Blue) = 48+236+13=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 236 (92.58% from 255 or 79.46% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EC0D is #CF13F2. Grayscale: #9B9B9B. Windows color (decimal): -13571059 or 912432. OLE color: 912432.

HSL color Cylindrical-coordinate representation of color #30EC0D: hue angle of 110.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30EC0D is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 13 -
CMYK 0.80 0 0.94 0.07
HSL 110.58º 0.9% 0.49% -
HSV(B) 110.58º 0.94% 0.93% -
XYZ 31.29 60.65 10.44 -
YUV 154.37 48.22 52.13 -
System Red Green Blue C M Y K H S L
Decimal 48 236 13 0.80 0 0.94 0.07 110.58 0.9 0.49
Hex 30 EC D 50 0 5E 7 6F 5A 31
Octal 60 354 15 120 0 136 7 157 132 61
Binary 110000 11101100 1101 1010000 0 1011110 111 1101111 1011010 110001

Color Harmonies of #30EC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC0D

Black with #30EC0D

Text Example


Text Example

White with #30EC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,13); }

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

background-color css

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

 a { background-color: rgb(48,236,13); }

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

border-color css

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

 span { border-color: rgb(48,236,13); }

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