Html Css Color HEX #30F522 Harlequin

📋 copy color: '#30F522'

red 48 ◦ green 245 ◦ blue 34

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

Shades of Harlequin #30F522

Tints of Harlequin #30F522

RGB

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

 GREEN value IS 245 (96.09% from 255) = 74.92%

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 14.68%
G = 74.92%
B = 10.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#30F522 (or 0x30F522) is known color: Harlequin. HEX triplet: 30, F5 and 22. RGB value is (48,245,34). Sum of RGB (Red+Green+Blue) = 48+245+34=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 245 (96.09% from 255 or 74.92% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 245 - color contains mainly: green. Hex color #30F522 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F522 is #CF0ADD. Grayscale: #A2A2A2. Windows color (decimal): -13568734 or 2290992. OLE color: 2290992.

HSL color Cylindrical-coordinate representation of color #30F522: hue angle of 116.02º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30F522 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 34 -
CMYK 0.80 0 0.86 0.04
HSL 116.02º 0.91% 0.55% -
HSV(B) 116.02º 0.86% 0.96% -
XYZ 34.16 66.05 12.46 -
YUV 162.04 55.73 46.66 -
System Red Green Blue C M Y K H S L
Decimal 48 245 34 0.80 0 0.86 0.04 116.02 0.91 0.55
Hex 30 F5 22 50 0 56 4 74 5B 37
Octal 60 365 42 120 0 126 4 164 133 67
Binary 110000 11110101 100010 1010000 0 1010110 100 1110100 1011011 110111

Color Harmonies of #30F522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F522

Black with #30F522

Text Example


Text Example

White with #30F522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,34); }

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

background-color css

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

 a { background-color: rgb(48,245,34); }

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

border-color css

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

 span { border-color: rgb(48,245,34); }

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