Html Css Color HEX #2ADE06 Harlequin

📋 copy color: '#2ADE06'

red 42 ◦ green 222 ◦ blue 6

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

Shades of Harlequin #2ADE06

Tints of Harlequin #2ADE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 15.56%
G = 82.22%
B = 2.22%

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

#2ADE06 (or 0x2ADE06) is known color: Harlequin. HEX triplet: 2A, DE and 06. RGB value is (42,222,6). Sum of RGB (Red+Green+Blue) = 42+222+6=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 222 (87.11% from 255 or 82.22% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADE06 is #D521F9. Grayscale: #909090. Windows color (decimal): -13967866 or 450090. OLE color: 450090.

HSL color Cylindrical-coordinate representation of color #2ADE06: hue angle of 110º degrees, saturation: 0.95, 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 #2ADE06 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 222 6 -
CMYK 0.81 0 0.97 0.13
HSL 110º 0.95% 0.45% -
HSV(B) 110º 0.97% 0.87% -
XYZ 27.11 52.75 8.92 -
YUV 143.56 50.37 55.56 -
System Red Green Blue C M Y K H S L
Decimal 42 222 6 0.81 0 0.97 0.13 110 0.95 0.45
Hex 2A DE 6 51 0 61 D 6E 5F 2D
Octal 52 336 6 121 0 141 15 156 137 55
Binary 101010 11011110 110 1010001 0 1100001 1101 1101110 1011111 101101

Color Harmonies of #2ADE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADE06

Black with #2ADE06

Text Example


Text Example

White with #2ADE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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