Html Css Color HEX #30DF02 Harlequin

📋 copy color: '#30DF02'

red 48 ◦ green 223 ◦ blue 2

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

Shades of Harlequin #30DF02

Tints of Harlequin #30DF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 17.58%
G = 81.68%
B = 0.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#30DF02 (or 0x30DF02) is known color: Harlequin. HEX triplet: 30, DF and 02. RGB value is (48,223,2). Sum of RGB (Red+Green+Blue) = 48+223+2=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DF02 is #CF20FD. Grayscale: #929292. Windows color (decimal): -13574398 or 188208. OLE color: 188208.

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

Color convert

RGB 48 223 2 -
CMYK 0.78 0 0.99 0.13
HSL 107.51º 0.98% 0.44% -
HSV(B) 107.51º 0.99% 0.87% -
XYZ 27.62 53.41 8.91 -
YUV 145.48 47.02 58.47 -
System Red Green Blue C M Y K H S L
Decimal 48 223 2 0.78 0 0.99 0.13 107.51 0.98 0.44
Hex 30 DF 2 4E 0 63 D 6C 62 2C
Octal 60 337 2 116 0 143 15 154 142 54
Binary 110000 11011111 10 1001110 0 1100011 1101 1101100 1100010 101100

Color Harmonies of #30DF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF02

Black with #30DF02

Text Example


Text Example

White with #30DF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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