Html Css Color HEX #30EC08 Harlequin

📋 copy color: '#30EC08'

red 48 ◦ green 236 ◦ blue 8

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

Shades of Harlequin #30EC08

Tints of Harlequin #30EC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 16.44%
G = 80.82%
B = 2.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#30EC08 (or 0x30EC08) is known color: Harlequin. HEX triplet: 30, EC and 08. RGB value is (48,236,8). Sum of RGB (Red+Green+Blue) = 48+236+8=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 236 (92.58% from 255 or 80.82% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EC08 is #CF13F7. Grayscale: #9A9A9A. Windows color (decimal): -13571064 or 584752. OLE color: 584752.

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

Color convert

RGB 48 236 8 -
CMYK 0.80 0 0.97 0.07
HSL 109.47º 0.93% 0.48% -
HSV(B) 109.47º 0.97% 0.93% -
XYZ 31.26 60.64 10.29 -
YUV 153.8 45.72 52.54 -
System Red Green Blue C M Y K H S L
Decimal 48 236 8 0.80 0 0.97 0.07 109.47 0.93 0.48
Hex 30 EC 8 50 0 61 7 6D 5D 30
Octal 60 354 10 120 0 141 7 155 135 60
Binary 110000 11101100 1000 1010000 0 1100001 111 1101101 1011101 110000

Color Harmonies of #30EC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC08

Black with #30EC08

Text Example


Text Example

White with #30EC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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