Html Css Color HEX #30F90A Harlequin

📋 copy color: '#30F90A'

red 48 ◦ green 249 ◦ blue 10

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

Shades of Harlequin #30F90A

Tints of Harlequin #30F90A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 81.11%

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 15.64%
G = 81.11%
B = 3.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#30F90A (or 0x30F90A) is known color: Harlequin. HEX triplet: 30, F9 and 0A. RGB value is (48,249,10). Sum of RGB (Red+Green+Blue) = 48+249+10=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 249 (97.66% from 255 or 81.11% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 249 - color contains mainly: green. Hex color #30F90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F90A is #CF06F5. Grayscale: #A2A2A2. Windows color (decimal): -13567734 or 719152. OLE color: 719152.

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

Color convert

RGB 48 249 10 -
CMYK 0.81 0 0.96 0.02
HSL 110.46º 0.95% 0.51% -
HSV(B) 110.46º 0.96% 0.98% -
XYZ 35.15 68.4 11.64 -
YUV 161.66 42.41 46.93 -
System Red Green Blue C M Y K H S L
Decimal 48 249 10 0.81 0 0.96 0.02 110.46 0.95 0.51
Hex 30 F9 A 51 0 60 2 6E 5F 33
Octal 60 371 12 121 0 140 2 156 137 63
Binary 110000 11111001 1010 1010001 0 1100000 10 1101110 1011111 110011

Color Harmonies of #30F90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F90A

Black with #30F90A

Text Example


Text Example

White with #30F90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,249,10); }

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

background-color css

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

 a { background-color: rgb(48,249,10); }

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

border-color css

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

 span { border-color: rgb(48,249,10); }

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