Html Css Color HEX #30FD06 Harlequin

📋 copy color: '#30FD06'

red 48 ◦ green 253 ◦ blue 6

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

Shades of Harlequin #30FD06

Tints of Harlequin #30FD06

RGB

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

 GREEN value IS 253 (99.22% from 255) = 82.41%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 15.64%
G = 82.41%
B = 1.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#30FD06 (or 0x30FD06) is known color: Harlequin. HEX triplet: 30, FD and 06. RGB value is (48,253,6). Sum of RGB (Red+Green+Blue) = 48+253+6=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 253 (99.22% from 255 or 82.41% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FD06 is #CF02F9. Grayscale: #A4A4A4. Windows color (decimal): -13566714 or 458032. OLE color: 458032.

HSL color Cylindrical-coordinate representation of color #30FD06: hue angle of 109.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30FD06 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 253 6 -
CMYK 0.81 0 0.98 0.01
HSL 109.8º 0.98% 0.51% -
HSV(B) 109.8º 0.98% 0.99% -
XYZ 36.38 70.89 11.94 -
YUV 163.55 39.08 45.58 -
System Red Green Blue C M Y K H S L
Decimal 48 253 6 0.81 0 0.98 0.01 109.8 0.98 0.51
Hex 30 FD 6 51 0 62 1 6E 62 33
Octal 60 375 6 121 0 142 1 156 142 63
Binary 110000 11111101 110 1010001 0 1100010 1 1101110 1100010 110011

Color Harmonies of #30FD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD06

Black with #30FD06

Text Example


Text Example

White with #30FD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,253,6); }

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

background-color css

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

 a { background-color: rgb(48,253,6); }

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

border-color css

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

 span { border-color: rgb(48,253,6); }

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