Html Css Color HEX #2AF917 Harlequin

📋 copy color: '#2AF917'

red 42 ◦ green 249 ◦ blue 23

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

Shades of Harlequin #2AF917

Tints of Harlequin #2AF917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.32%

R = 13.38%
G = 79.3%
B = 7.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#2AF917 (or 0x2AF917) is known color: Harlequin. HEX triplet: 2A, F9 and 17. RGB value is (42,249,23). Sum of RGB (Red+Green+Blue) = 42+249+23=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 249 (97.66% from 255 or 79.30% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF917 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF917 is #D506E8. Grayscale: #A2A2A2. Windows color (decimal): -13960937 or 1571114. OLE color: 1571114.

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

Color convert

RGB 42 249 23 -
CMYK 0.83 0 0.91 0.02
HSL 114.96º 0.95% 0.53% -
HSV(B) 114.96º 0.91% 0.98% -
XYZ 34.99 68.31 12.15 -
YUV 161.34 49.92 42.88 -
System Red Green Blue C M Y K H S L
Decimal 42 249 23 0.83 0 0.91 0.02 114.96 0.95 0.53
Hex 2A F9 17 53 0 5B 2 73 5F 35
Octal 52 371 27 123 0 133 2 163 137 65
Binary 101010 11111001 10111 1010011 0 1011011 10 1110011 1011111 110101

Color Harmonies of #2AF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF917

Black with #2AF917

Text Example


Text Example

White with #2AF917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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