Html Css Color HEX #25DC03 Harlequin

📋 copy color: '#25DC03'

red 37 ◦ green 220 ◦ blue 3

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

Shades of Harlequin #25DC03

Tints of Harlequin #25DC03

RGB

 RED value IS 37 (14.84% from 255) = 14.23%

 GREEN value IS 220 (86.33% from 255) = 84.62%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 14.23%
G = 84.62%
B = 1.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#25DC03 (or 0x25DC03) is known color: Harlequin. HEX triplet: 25, DC and 03. RGB value is (37,220,3). Sum of RGB (Red+Green+Blue) = 37+220+3=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 220 (86.33% from 255 or 84.62% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DC03 is #DA23FC. Grayscale: #8D8D8D. Windows color (decimal): -14296061 or 252965. OLE color: 252965.

HSL color Cylindrical-coordinate representation of color #25DC03: hue angle of 110.6º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25DC03 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 3 -
CMYK 0.83 0 0.99 0.14
HSL 110.6º 0.97% 0.44% -
HSV(B) 110.6º 0.99% 0.86% -
XYZ 26.37 51.59 8.65 -
YUV 140.55 50.37 54.14 -
System Red Green Blue C M Y K H S L
Decimal 37 220 3 0.83 0 0.99 0.14 110.6 0.97 0.44
Hex 25 DC 3 53 0 63 E 6F 61 2C
Octal 45 334 3 123 0 143 16 157 141 54
Binary 100101 11011100 11 1010011 0 1100011 1110 1101111 1100001 101100

Color Harmonies of #25DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC03

Black with #25DC03

Text Example


Text Example

White with #25DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25DC03; }

 p { color: rgb(37,220,3); }

 H1.HeaderClassName
 {
   color: #25DC03;
 }
 .AnyTagClassName
 {
   color: #25DC03;
 }
</style>

background-color css

<style>
 a { background-color: #25DC03; }

 a { background-color: rgb(37,220,3); }

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

border-color css

<style>
 span { border-color: #25DC03; }

 span { border-color: rgb(37,220,3); }

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