Html Css Color HEX #30DF04 Harlequin

📋 copy color: '#30DF04'

red 48 ◦ green 223 ◦ blue 4

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

Shades of Harlequin #30DF04

Tints of Harlequin #30DF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 81.09%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 17.45%
G = 81.09%
B = 1.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#30DF04 (or 0x30DF04) is known color: Harlequin. HEX triplet: 30, DF and 04. RGB value is (48,223,4). Sum of RGB (Red+Green+Blue) = 48+223+4=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DF04 is #CF20FB. Grayscale: #929292. Windows color (decimal): -13574396 or 319280. OLE color: 319280.

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

Color convert

RGB 48 223 4 -
CMYK 0.78 0 0.98 0.13
HSL 107.95º 0.96% 0.45% -
HSV(B) 107.95º 0.98% 0.87% -
XYZ 27.63 53.41 8.97 -
YUV 145.71 48.02 58.31 -
System Red Green Blue C M Y K H S L
Decimal 48 223 4 0.78 0 0.98 0.13 107.95 0.96 0.45
Hex 30 DF 4 4E 0 62 D 6C 60 2D
Octal 60 337 4 116 0 142 15 154 140 55
Binary 110000 11011111 100 1001110 0 1100010 1101 1101100 1100000 101101

Color Harmonies of #30DF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF04

Black with #30DF04

Text Example


Text Example

White with #30DF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,223,4); }

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

background-color css

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

 a { background-color: rgb(48,223,4); }

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

border-color css

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

 span { border-color: rgb(48,223,4); }

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