Html Css Color HEX #30E302 Harlequin

📋 copy color: '#30E302'

red 48 ◦ green 227 ◦ blue 2

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

Shades of Harlequin #30E302

Tints of Harlequin #30E302

RGB

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

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

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

R = 17.33%
G = 81.95%
B = 0.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#30E302 (or 0x30E302) is known color: Harlequin. HEX triplet: 30, E3 and 02. RGB value is (48,227,2). Sum of RGB (Red+Green+Blue) = 48+227+2=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 227 (89.06% from 255 or 81.95% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 227 - color contains mainly: green. Hex color #30E302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E302 is #CF1CFD. Grayscale: #949494. Windows color (decimal): -13573374 or 189232. OLE color: 189232.

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

Color convert

RGB 48 227 2 -
CMYK 0.79 0 0.99 0.11
HSL 107.73º 0.98% 0.45% -
HSV(B) 107.73º 0.99% 0.89% -
XYZ 28.7 55.57 9.27 -
YUV 147.83 45.7 56.8 -
System Red Green Blue C M Y K H S L
Decimal 48 227 2 0.79 0 0.99 0.11 107.73 0.98 0.45
Hex 30 E3 2 4F 0 63 B 6C 62 2D
Octal 60 343 2 117 0 143 13 154 142 55
Binary 110000 11100011 10 1001111 0 1100011 1011 1101100 1100010 101101

Color Harmonies of #30E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E302

Black with #30E302

Text Example


Text Example

White with #30E302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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