Html Css Color HEX #30EB0A Harlequin

📋 copy color: '#30EB0A'

red 48 ◦ green 235 ◦ blue 10

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

Shades of Harlequin #30EB0A

Tints of Harlequin #30EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 80.2%

 BLUE value IS 10 (4.3% from 255) = 3.41%

R = 16.38%
G = 80.2%
B = 3.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#30EB0A (or 0x30EB0A) is known color: Harlequin. HEX triplet: 30, EB and 0A. RGB value is (48,235,10). Sum of RGB (Red+Green+Blue) = 48+235+10=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 235 (92.19% from 255 or 80.20% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EB0A is #CF14F5. Grayscale: #9A9A9A. Windows color (decimal): -13571318 or 715568. OLE color: 715568.

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

Color convert

RGB 48 235 10 -
CMYK 0.80 0 0.96 0.08
HSL 109.87º 0.92% 0.48% -
HSV(B) 109.87º 0.96% 0.92% -
XYZ 30.98 60.07 10.25 -
YUV 153.44 47.05 52.8 -
System Red Green Blue C M Y K H S L
Decimal 48 235 10 0.80 0 0.96 0.08 109.87 0.92 0.48
Hex 30 EB A 50 0 60 8 6E 5C 30
Octal 60 353 12 120 0 140 10 156 134 60
Binary 110000 11101011 1010 1010000 0 1100000 1000 1101110 1011100 110000

Color Harmonies of #30EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EB0A

Black with #30EB0A

Text Example


Text Example

White with #30EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,10); }

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

background-color css

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

 a { background-color: rgb(48,235,10); }

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

border-color css

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

 span { border-color: rgb(48,235,10); }

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