Html Css Color HEX #30E306 Harlequin

📋 copy color: '#30E306'

red 48 ◦ green 227 ◦ blue 6

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

Shades of Harlequin #30E306

Tints of Harlequin #30E306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 80.78%

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

R = 17.08%
G = 80.78%
B = 2.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#30E306 (or 0x30E306) is known color: Harlequin. HEX triplet: 30, E3 and 06. RGB value is (48,227,6). Sum of RGB (Red+Green+Blue) = 48+227+6=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 227 (89.06% from 255 or 80.78% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 227 - color contains mainly: green. Hex color #30E306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E306 is #CF1CF9. Grayscale: #949494. Windows color (decimal): -13573370 or 451376. OLE color: 451376.

HSL color Cylindrical-coordinate representation of color #30E306: hue angle of 108.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30E306 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 227 6 -
CMYK 0.79 0 0.97 0.11
HSL 108.6º 0.95% 0.46% -
HSV(B) 108.6º 0.97% 0.89% -
XYZ 28.72 55.58 9.39 -
YUV 148.29 47.7 56.47 -
System Red Green Blue C M Y K H S L
Decimal 48 227 6 0.79 0 0.97 0.11 108.6 0.95 0.46
Hex 30 E3 6 4F 0 61 B 6D 5F 2E
Octal 60 343 6 117 0 141 13 155 137 56
Binary 110000 11100011 110 1001111 0 1100001 1011 1101101 1011111 101110

Color Harmonies of #30E306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E306

Black with #30E306

Text Example


Text Example

White with #30E306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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