Html Css Color HEX #25FA02 Harlequin

📋 copy color: '#25FA02'

red 37 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #25FA02

Tints of Harlequin #25FA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 86.51%

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

R = 12.8%
G = 86.51%
B = 0.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#25FA02 (or 0x25FA02) is known color: Harlequin. HEX triplet: 25, FA and 02. RGB value is (37,250,2). Sum of RGB (Red+Green+Blue) = 37+250+2=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 250 (98.05% from 255 or 86.51% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FA02 is #DA05FD. Grayscale: #9E9E9E. Windows color (decimal): -14288382 or 195109. OLE color: 195109.

HSL color Cylindrical-coordinate representation of color #25FA02: hue angle of 111.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25FA02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 250 2 -
CMYK 0.85 0 0.99 0.02
HSL 111.53º 0.98% 0.49% -
HSV(B) 111.53º 0.99% 0.98% -
XYZ 34.96 68.77 11.49 -
YUV 158.04 39.93 41.67 -
System Red Green Blue C M Y K H S L
Decimal 37 250 2 0.85 0 0.99 0.02 111.53 0.98 0.49
Hex 25 FA 2 55 0 63 2 70 62 31
Octal 45 372 2 125 0 143 2 160 142 61
Binary 100101 11111010 10 1010101 0 1100011 10 1110000 1100010 110001

Color Harmonies of #25FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FA02

Black with #25FA02

Text Example


Text Example

White with #25FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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