Html Css Color HEX #2AE601 Harlequin

📋 copy color: '#2AE601'

red 42 ◦ green 230 ◦ blue 1

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

Shades of Harlequin #2AE601

Tints of Harlequin #2AE601

RGB

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

 GREEN value IS 230 (90.23% from 255) = 84.25%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 15.38%
G = 84.25%
B = 0.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#2AE601 (or 0x2AE601) is known color: Harlequin. HEX triplet: 2A, E6 and 01. RGB value is (42,230,1). Sum of RGB (Red+Green+Blue) = 42+230+1=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 230 (90.23% from 255 or 84.25% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE601 is #D519FE. Grayscale: #949494. Windows color (decimal): -13965823 or 124458. OLE color: 124458.

HSL color Cylindrical-coordinate representation of color #2AE601: hue angle of 109.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AE601 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 1 -
CMYK 0.82 0 1.00 0.10
HSL 109.26º 0.99% 0.45% -
HSV(B) 109.26º 1% 0.9% -
XYZ 29.26 57.09 9.51 -
YUV 147.68 45.22 52.62 -
System Red Green Blue C M Y K H S L
Decimal 42 230 1 0.82 0 1.00 0.10 109.26 0.99 0.45
Hex 2A E6 1 52 0 64 A 6D 63 2D
Octal 52 346 1 122 0 144 12 155 143 55
Binary 101010 11100110 1 1010010 0 1100100 1010 1101101 1100011 101101

Color Harmonies of #2AE601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE601

Black with #2AE601

Text Example


Text Example

White with #2AE601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,1); }

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

background-color css

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

 a { background-color: rgb(42,230,1); }

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

border-color css

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

 span { border-color: rgb(42,230,1); }

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