Html Css Color HEX #30E60C Harlequin

📋 copy color: '#30E60C'

red 48 ◦ green 230 ◦ blue 12

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

Shades of Harlequin #30E60C

Tints of Harlequin #30E60C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 79.31%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 16.55%
G = 79.31%
B = 4.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#30E60C (or 0x30E60C) is known color: Harlequin. HEX triplet: 30, E6 and 0C. RGB value is (48,230,12). Sum of RGB (Red+Green+Blue) = 48+230+12=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 230 (90.23% from 255 or 79.31% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 230 - color contains mainly: green. Hex color #30E60C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E60C is #CF19F3. Grayscale: #979797. Windows color (decimal): -13572596 or 845360. OLE color: 845360.

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

Color convert

RGB 48 230 12 -
CMYK 0.79 0 0.95 0.10
HSL 110.09º 0.9% 0.47% -
HSV(B) 110.09º 0.95% 0.9% -
XYZ 29.58 57.25 9.84 -
YUV 150.73 49.7 54.73 -
System Red Green Blue C M Y K H S L
Decimal 48 230 12 0.79 0 0.95 0.10 110.09 0.9 0.47
Hex 30 E6 C 4F 0 5F A 6E 5A 2F
Octal 60 346 14 117 0 137 12 156 132 57
Binary 110000 11100110 1100 1001111 0 1011111 1010 1101110 1011010 101111

Color Harmonies of #30E60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E60C

Black with #30E60C

Text Example


Text Example

White with #30E60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,12); }

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

background-color css

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

 a { background-color: rgb(48,230,12); }

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

border-color css

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

 span { border-color: rgb(48,230,12); }

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