Html Css Color HEX #30ED06 Harlequin

📋 copy color: '#30ED06'

red 48 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #30ED06

Tints of Harlequin #30ED06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 16.49%
G = 81.44%
B = 2.06%

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

#30ED06 (or 0x30ED06) is known color: Harlequin. HEX triplet: 30, ED and 06. RGB value is (48,237,6). Sum of RGB (Red+Green+Blue) = 48+237+6=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 237 (92.97% from 255 or 81.44% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30ED06 is #CF12F9. Grayscale: #9A9A9A. Windows color (decimal): -13570810 or 453936. OLE color: 453936.

HSL color Cylindrical-coordinate representation of color #30ED06: hue angle of 109.09º degrees, saturation: 0.95, 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 #30ED06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 6 -
CMYK 0.80 0 0.97 0.07
HSL 109.09º 0.95% 0.48% -
HSV(B) 109.09º 0.97% 0.93% -
XYZ 31.54 61.21 10.32 -
YUV 154.16 44.38 52.28 -
System Red Green Blue C M Y K H S L
Decimal 48 237 6 0.80 0 0.97 0.07 109.09 0.95 0.48
Hex 30 ED 6 50 0 61 7 6D 5F 30
Octal 60 355 6 120 0 141 7 155 137 60
Binary 110000 11101101 110 1010000 0 1100001 111 1101101 1011111 110000

Color Harmonies of #30ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED06

Black with #30ED06

Text Example


Text Example

White with #30ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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