Html Css Color HEX #2AE607 Harlequin

📋 copy color: '#2AE607'

red 42 ◦ green 230 ◦ blue 7

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

Shades of Harlequin #2AE607

Tints of Harlequin #2AE607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 15.05%
G = 82.44%
B = 2.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#2AE607 (or 0x2AE607) is known color: Harlequin. HEX triplet: 2A, E6 and 07. RGB value is (42,230,7). Sum of RGB (Red+Green+Blue) = 42+230+7=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 230 (90.23% from 255 or 82.44% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE607 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE607 is #D519F8. Grayscale: #959595. Windows color (decimal): -13965817 or 517674. OLE color: 517674.

HSL color Cylindrical-coordinate representation of color #2AE607: hue angle of 110.58º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AE607 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 7 -
CMYK 0.82 0 0.97 0.10
HSL 110.58º 0.94% 0.46% -
HSV(B) 110.58º 0.97% 0.9% -
XYZ 29.29 57.1 9.68 -
YUV 148.37 48.22 52.13 -
System Red Green Blue C M Y K H S L
Decimal 42 230 7 0.82 0 0.97 0.10 110.58 0.94 0.46
Hex 2A E6 7 52 0 61 A 6F 5E 2E
Octal 52 346 7 122 0 141 12 157 136 56
Binary 101010 11100110 111 1010010 0 1100001 1010 1101111 1011110 101110

Color Harmonies of #2AE607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE607

Black with #2AE607

Text Example


Text Example

White with #2AE607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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