Html Css Color HEX #2AE003 Harlequin

📋 copy color: '#2AE003'

red 42 ◦ green 224 ◦ blue 3

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

Shades of Harlequin #2AE003

Tints of Harlequin #2AE003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 83.27%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 15.61%
G = 83.27%
B = 1.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#2AE003 (or 0x2AE003) is known color: Harlequin. HEX triplet: 2A, E0 and 03. RGB value is (42,224,3). Sum of RGB (Red+Green+Blue) = 42+224+3=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE003 is #D51FFC. Grayscale: #919191. Windows color (decimal): -13967357 or 253994. OLE color: 253994.

HSL color Cylindrical-coordinate representation of color #2AE003: hue angle of 109.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AE003 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 3 -
CMYK 0.81 0 0.99 0.12
HSL 109.41º 0.97% 0.45% -
HSV(B) 109.41º 0.99% 0.88% -
XYZ 27.63 53.81 9.02 -
YUV 144.39 48.2 54.97 -
System Red Green Blue C M Y K H S L
Decimal 42 224 3 0.81 0 0.99 0.12 109.41 0.97 0.45
Hex 2A E0 3 51 0 63 C 6D 61 2D
Octal 52 340 3 121 0 143 14 155 141 55
Binary 101010 11100000 11 1010001 0 1100011 1100 1101101 1100001 101101

Color Harmonies of #2AE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE003

Black with #2AE003

Text Example


Text Example

White with #2AE003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,3); }

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

background-color css

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

 a { background-color: rgb(42,224,3); }

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

border-color css

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

 span { border-color: rgb(42,224,3); }

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