Html Css Color HEX #30E002 Harlequin

📋 copy color: '#30E002'

red 48 ◦ green 224 ◦ blue 2

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

Shades of Harlequin #30E002

Tints of Harlequin #30E002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.75%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 17.52%
G = 81.75%
B = 0.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#30E002 (or 0x30E002) is known color: Harlequin. HEX triplet: 30, E0 and 02. RGB value is (48,224,2). Sum of RGB (Red+Green+Blue) = 48+224+2=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #30E002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E002 is #CF1FFD. Grayscale: #929292. Windows color (decimal): -13574142 or 188464. OLE color: 188464.

HSL color Cylindrical-coordinate representation of color #30E002: hue angle of 107.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30E002 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 2 -
CMYK 0.79 0 0.99 0.12
HSL 107.57º 0.98% 0.44% -
HSV(B) 107.57º 0.99% 0.88% -
XYZ 27.89 53.94 9 -
YUV 146.07 46.69 58.05 -
System Red Green Blue C M Y K H S L
Decimal 48 224 2 0.79 0 0.99 0.12 107.57 0.98 0.44
Hex 30 E0 2 4F 0 63 C 6C 62 2C
Octal 60 340 2 117 0 143 14 154 142 54
Binary 110000 11100000 10 1001111 0 1100011 1100 1101100 1100010 101100

Color Harmonies of #30E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E002

Black with #30E002

Text Example


Text Example

White with #30E002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,224,2); }

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

background-color css

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

 a { background-color: rgb(48,224,2); }

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

border-color css

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

 span { border-color: rgb(48,224,2); }

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