Html Css Color HEX #2ADE07 Harlequin

📋 copy color: '#2ADE07'

red 42 ◦ green 222 ◦ blue 7

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

Shades of Harlequin #2ADE07

Tints of Harlequin #2ADE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 81.92%

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

R = 15.5%
G = 81.92%
B = 2.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#2ADE07 (or 0x2ADE07) is known color: Harlequin. HEX triplet: 2A, DE and 07. RGB value is (42,222,7). Sum of RGB (Red+Green+Blue) = 42+222+7=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 222 (87.11% from 255 or 81.92% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADE07 is #D521F8. Grayscale: #909090. Windows color (decimal): -13967865 or 515626. OLE color: 515626.

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

Color convert

RGB 42 222 7 -
CMYK 0.81 0 0.97 0.13
HSL 110.23º 0.94% 0.45% -
HSV(B) 110.23º 0.97% 0.87% -
XYZ 27.11 52.75 8.95 -
YUV 143.67 50.87 55.48 -
System Red Green Blue C M Y K H S L
Decimal 42 222 7 0.81 0 0.97 0.13 110.23 0.94 0.45
Hex 2A DE 7 51 0 61 D 6E 5E 2D
Octal 52 336 7 121 0 141 15 156 136 55
Binary 101010 11011110 111 1010001 0 1100001 1101 1101110 1011110 101101

Color Harmonies of #2ADE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADE07

Black with #2ADE07

Text Example


Text Example

White with #2ADE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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