Html Css Color HEX #30E712 Harlequin

📋 copy color: '#30E712'

red 48 ◦ green 231 ◦ blue 18

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

Shades of Harlequin #30E712

Tints of Harlequin #30E712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 77.78%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 16.16%
G = 77.78%
B = 6.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#30E712 (or 0x30E712) is known color: Harlequin. HEX triplet: 30, E7 and 12. RGB value is (48,231,18). Sum of RGB (Red+Green+Blue) = 48+231+18=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 231 (90.62% from 255 or 77.78% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 231 - color contains mainly: green. Hex color #30E712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E712 is #CF18ED. Grayscale: #989898. Windows color (decimal): -13572334 or 1238832. OLE color: 1238832.

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

Color convert

RGB 48 231 18 -
CMYK 0.79 0 0.92 0.09
HSL 111.55º 0.86% 0.49% -
HSV(B) 111.55º 0.92% 0.91% -
XYZ 29.9 57.82 10.16 -
YUV 152 52.37 53.82 -
System Red Green Blue C M Y K H S L
Decimal 48 231 18 0.79 0 0.92 0.09 111.55 0.86 0.49
Hex 30 E7 12 4F 0 5C 9 70 56 31
Octal 60 347 22 117 0 134 11 160 126 61
Binary 110000 11100111 10010 1001111 0 1011100 1001 1110000 1010110 110001

Color Harmonies of #30E712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E712

Black with #30E712

Text Example


Text Example

White with #30E712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,231,18); }

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

background-color css

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

 a { background-color: rgb(48,231,18); }

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

border-color css

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

 span { border-color: rgb(48,231,18); }

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