Html Css Color HEX #30FA21 Harlequin

📋 copy color: '#30FA21'

red 48 ◦ green 250 ◦ blue 33

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

Shades of Harlequin #30FA21

Tints of Harlequin #30FA21

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.53%

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 14.5%
G = 75.53%
B = 9.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#30FA21 (or 0x30FA21) is known color: Harlequin. HEX triplet: 30, FA and 21. RGB value is (48,250,33). Sum of RGB (Red+Green+Blue) = 48+250+33=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 250 (98.05% from 255 or 75.53% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA21 is #CF05DE. Grayscale: #A5A5A5. Windows color (decimal): -13567455 or 2226736. OLE color: 2226736.

HSL color Cylindrical-coordinate representation of color #30FA21: hue angle of 115.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30FA21 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 33 -
CMYK 0.81 0 0.87 0.02
HSL 115.85º 0.96% 0.55% -
HSV(B) 115.85º 0.87% 0.98% -
XYZ 35.68 69.11 12.9 -
YUV 164.86 53.58 44.64 -
System Red Green Blue C M Y K H S L
Decimal 48 250 33 0.81 0 0.87 0.02 115.85 0.96 0.55
Hex 30 FA 21 51 0 57 2 74 60 37
Octal 60 372 41 121 0 127 2 164 140 67
Binary 110000 11111010 100001 1010001 0 1010111 10 1110100 1100000 110111

Color Harmonies of #30FA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA21

Black with #30FA21

Text Example


Text Example

White with #30FA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,33); }

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

background-color css

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

 a { background-color: rgb(48,250,33); }

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

border-color css

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

 span { border-color: rgb(48,250,33); }

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