Html Css Color HEX #2AF900 Harlequin

📋 copy color: '#2AF900'

red 42 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #2AF900

Tints of Harlequin #2AF900

RGB

 RED value IS 42 (16.8% from 255) = 14.43%

 GREEN value IS 249 (97.66% from 255) = 85.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.43%
G = 85.57%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#2AF900 (or 0x2AF900) is known color: Harlequin. HEX triplet: 2A, F9 and 00. RGB value is (42,249,0). Sum of RGB (Red+Green+Blue) = 42+249+0=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 249 (97.66% from 255 or 85.57% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF900 is #D506FF. Grayscale: #9F9F9F. Windows color (decimal): -13960960 or 63786. OLE color: 63786.

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

Color convert

RGB 42 249 0 -
CMYK 0.83 0 1 0.02
HSL 109.88º 1% 0.49% -
HSV(B) 109.88º 1% 0.98% -
XYZ 34.83 68.24 11.34 -
YUV 158.72 38.42 44.75 -
System Red Green Blue C M Y K H S L
Decimal 42 249 0 0.83 0 1 0.02 109.88 1 0.49
Hex 2A F9 0 53 0 64 2 6E 64 31
Octal 52 371 0 123 0 144 2 156 144 61
Binary 101010 11111001 0 1010011 0 1100100 10 1101110 1100100 110001

Color Harmonies of #2AF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF900

Black with #2AF900

Text Example


Text Example

White with #2AF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AF900; }

 p { color: rgb(42,249,0); }

 H1.HeaderClassName
 {
   color: #2AF900;
 }
 .AnyTagClassName
 {
   color: #2AF900;
 }
</style>

background-color css

<style>
 a { background-color: #2AF900; }

 a { background-color: rgb(42,249,0); }

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

border-color css

<style>
 span { border-color: #2AF900; }

 span { border-color: rgb(42,249,0); }

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