Html Css Color HEX #30DA07 Harlequin

📋 copy color: '#30DA07'

red 48 ◦ green 218 ◦ blue 7

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

Shades of Harlequin #30DA07

Tints of Harlequin #30DA07

RGB

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

 GREEN value IS 218 (85.55% from 255) = 79.85%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 17.58%
G = 79.85%
B = 2.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#30DA07 (or 0x30DA07) is known color: Harlequin. HEX triplet: 30, DA and 07. RGB value is (48,218,7). Sum of RGB (Red+Green+Blue) = 48+218+7=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DA07 is #CF25F8. Grayscale: #8F8F8F. Windows color (decimal): -13575673 or 514608. OLE color: 514608.

HSL color Cylindrical-coordinate representation of color #30DA07: hue angle of 108.34º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30DA07 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 218 7 -
CMYK 0.78 0 0.97 0.15
HSL 108.34º 0.94% 0.44% -
HSV(B) 108.34º 0.97% 0.85% -
XYZ 26.33 50.79 8.62 -
YUV 143.12 51.18 60.16 -
System Red Green Blue C M Y K H S L
Decimal 48 218 7 0.78 0 0.97 0.15 108.34 0.94 0.44
Hex 30 DA 7 4E 0 61 F 6C 5E 2C
Octal 60 332 7 116 0 141 17 154 136 54
Binary 110000 11011010 111 1001110 0 1100001 1111 1101100 1011110 101100

Color Harmonies of #30DA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA07

Black with #30DA07

Text Example


Text Example

White with #30DA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,218,7); }

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

background-color css

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

 a { background-color: rgb(48,218,7); }

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

border-color css

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

 span { border-color: rgb(48,218,7); }

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