Html Css Color HEX #30E10D Harlequin

📋 copy color: '#30E10D'

red 48 ◦ green 225 ◦ blue 13

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

Shades of Harlequin #30E10D

Tints of Harlequin #30E10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.67%

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

R = 16.78%
G = 78.67%
B = 4.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#30E10D (or 0x30E10D) is known color: Harlequin. HEX triplet: 30, E1 and 0D. RGB value is (48,225,13). Sum of RGB (Red+Green+Blue) = 48+225+13=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #30E10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E10D is #CF1EF2. Grayscale: #949494. Windows color (decimal): -13573875 or 909616. OLE color: 909616.

HSL color Cylindrical-coordinate representation of color #30E10D: hue angle of 110.09º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30E10D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 13 -
CMYK 0.79 0 0.94 0.12
HSL 110.09º 0.89% 0.47% -
HSV(B) 110.09º 0.94% 0.88% -
XYZ 28.22 54.51 9.41 -
YUV 147.91 51.86 56.74 -
System Red Green Blue C M Y K H S L
Decimal 48 225 13 0.79 0 0.94 0.12 110.09 0.89 0.47
Hex 30 E1 D 4F 0 5E C 6E 59 2F
Octal 60 341 15 117 0 136 14 156 131 57
Binary 110000 11100001 1101 1001111 0 1011110 1100 1101110 1011001 101111

Color Harmonies of #30E10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E10D

Black with #30E10D

Text Example


Text Example

White with #30E10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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