Html Css Color HEX #2AF90C Harlequin

📋 copy color: '#2AF90C'

red 42 ◦ green 249 ◦ blue 12

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

Shades of Harlequin #2AF90C

Tints of Harlequin #2AF90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 13.86%
G = 82.18%
B = 3.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#2AF90C (or 0x2AF90C) is known color: Harlequin. HEX triplet: 2A, F9 and 0C. RGB value is (42,249,12). Sum of RGB (Red+Green+Blue) = 42+249+12=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 249 (97.66% from 255 or 82.18% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF90C is #D506F3. Grayscale: #A0A0A0. Windows color (decimal): -13960948 or 850218. OLE color: 850218.

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

Color convert

RGB 42 249 12 -
CMYK 0.83 0 0.95 0.02
HSL 112.41º 0.95% 0.51% -
HSV(B) 112.41º 0.95% 0.98% -
XYZ 34.9 68.27 11.69 -
YUV 160.09 44.42 43.77 -
System Red Green Blue C M Y K H S L
Decimal 42 249 12 0.83 0 0.95 0.02 112.41 0.95 0.51
Hex 2A F9 C 53 0 5F 2 70 5F 33
Octal 52 371 14 123 0 137 2 160 137 63
Binary 101010 11111001 1100 1010011 0 1011111 10 1110000 1011111 110011

Color Harmonies of #2AF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF90C

Black with #2AF90C

Text Example


Text Example

White with #2AF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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