Html Css Color HEX #30E304 Harlequin

📋 copy color: '#30E304'

red 48 ◦ green 227 ◦ blue 4

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

Shades of Harlequin #30E304

Tints of Harlequin #30E304

RGB

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

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

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

R = 17.2%
G = 81.36%
B = 1.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#30E304 (or 0x30E304) is known color: Harlequin. HEX triplet: 30, E3 and 04. RGB value is (48,227,4). Sum of RGB (Red+Green+Blue) = 48+227+4=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #30E304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E304 is #CF1CFB. Grayscale: #949494. Windows color (decimal): -13573372 or 320304. OLE color: 320304.

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

Color convert

RGB 48 227 4 -
CMYK 0.79 0 0.98 0.11
HSL 108.16º 0.97% 0.45% -
HSV(B) 108.16º 0.98% 0.89% -
XYZ 28.71 55.58 9.33 -
YUV 148.06 46.7 56.63 -
System Red Green Blue C M Y K H S L
Decimal 48 227 4 0.79 0 0.98 0.11 108.16 0.97 0.45
Hex 30 E3 4 4F 0 62 B 6C 61 2D
Octal 60 343 4 117 0 142 13 154 141 55
Binary 110000 11100011 100 1001111 0 1100010 1011 1101100 1100001 101101

Color Harmonies of #30E304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E304

Black with #30E304

Text Example


Text Example

White with #30E304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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