Html Css Color HEX #25DC02 Harlequin

📋 copy color: '#25DC02'

red 37 ◦ green 220 ◦ blue 2

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

Shades of Harlequin #25DC02

Tints of Harlequin #25DC02

RGB

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

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

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

R = 14.29%
G = 84.94%
B = 0.77%

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

#25DC02 (or 0x25DC02) is known color: Harlequin. HEX triplet: 25, DC and 02. RGB value is (37,220,2). Sum of RGB (Red+Green+Blue) = 37+220+2=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 220 (86.33% from 255 or 84.94% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DC02 is #DA23FD. Grayscale: #8D8D8D. Windows color (decimal): -14296062 or 187429. OLE color: 187429.

HSL color Cylindrical-coordinate representation of color #25DC02: hue angle of 110.37º degrees, saturation: 0.98, 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 #25DC02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 2 -
CMYK 0.83 0 0.99 0.14
HSL 110.37º 0.98% 0.44% -
HSV(B) 110.37º 0.99% 0.86% -
XYZ 26.37 51.58 8.62 -
YUV 140.43 49.87 54.23 -
System Red Green Blue C M Y K H S L
Decimal 37 220 2 0.83 0 0.99 0.14 110.37 0.98 0.44
Hex 25 DC 2 53 0 63 E 6E 62 2C
Octal 45 334 2 123 0 143 16 156 142 54
Binary 100101 11011100 10 1010011 0 1100011 1110 1101110 1100010 101100

Color Harmonies of #25DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC02

Black with #25DC02

Text Example


Text Example

White with #25DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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