Html Css Color HEX #2AF912 Harlequin

📋 copy color: '#2AF912'

red 42 ◦ green 249 ◦ blue 18

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

Shades of Harlequin #2AF912

Tints of Harlequin #2AF912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 13.59%
G = 80.58%
B = 5.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#2AF912 (or 0x2AF912) is known color: Harlequin. HEX triplet: 2A, F9 and 12. RGB value is (42,249,18). Sum of RGB (Red+Green+Blue) = 42+249+18=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 249 (97.66% from 255 or 80.58% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF912 is #D506ED. Grayscale: #A1A1A1. Windows color (decimal): -13960942 or 1243434. OLE color: 1243434.

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

Color convert

RGB 42 249 18 -
CMYK 0.83 0 0.93 0.02
HSL 113.77º 0.95% 0.52% -
HSV(B) 113.77º 0.93% 0.98% -
XYZ 34.94 68.29 11.91 -
YUV 160.77 47.42 43.28 -
System Red Green Blue C M Y K H S L
Decimal 42 249 18 0.83 0 0.93 0.02 113.77 0.95 0.52
Hex 2A F9 12 53 0 5D 2 72 5F 34
Octal 52 371 22 123 0 135 2 162 137 64
Binary 101010 11111001 10010 1010011 0 1011101 10 1110010 1011111 110100

Color Harmonies of #2AF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF912

Black with #2AF912

Text Example


Text Example

White with #2AF912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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