Html Css Color HEX #30ED04 Harlequin

📋 copy color: '#30ED04'

red 48 ◦ green 237 ◦ blue 4

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

Shades of Harlequin #30ED04

Tints of Harlequin #30ED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 82.01%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 16.61%
G = 82.01%
B = 1.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#30ED04 (or 0x30ED04) is known color: Harlequin. HEX triplet: 30, ED and 04. RGB value is (48,237,4). Sum of RGB (Red+Green+Blue) = 48+237+4=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 237 (92.97% from 255 or 82.01% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30ED04 is #CF12FB. Grayscale: #9A9A9A. Windows color (decimal): -13570812 or 322864. OLE color: 322864.

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

Color convert

RGB 48 237 4 -
CMYK 0.80 0 0.98 0.07
HSL 108.67º 0.97% 0.47% -
HSV(B) 108.67º 0.98% 0.93% -
XYZ 31.53 61.21 10.27 -
YUV 153.93 43.38 52.45 -
System Red Green Blue C M Y K H S L
Decimal 48 237 4 0.80 0 0.98 0.07 108.67 0.97 0.47
Hex 30 ED 4 50 0 62 7 6D 61 2F
Octal 60 355 4 120 0 142 7 155 141 57
Binary 110000 11101101 100 1010000 0 1100010 111 1101101 1100001 101111

Color Harmonies of #30ED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED04

Black with #30ED04

Text Example


Text Example

White with #30ED04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,237,4); }

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

background-color css

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

 a { background-color: rgb(48,237,4); }

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

border-color css

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

 span { border-color: rgb(48,237,4); }

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