Html Css Color HEX #2ADB05 Harlequin

📋 copy color: '#2ADB05'

red 42 ◦ green 219 ◦ blue 5

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

Shades of Harlequin #2ADB05

Tints of Harlequin #2ADB05

RGB

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

 GREEN value IS 219 (85.94% from 255) = 82.33%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 15.79%
G = 82.33%
B = 1.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#2ADB05 (or 0x2ADB05) is known color: Harlequin. HEX triplet: 2A, DB and 05. RGB value is (42,219,5). Sum of RGB (Red+Green+Blue) = 42+219+5=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADB05 is #D524FA. Grayscale: #8E8E8E. Windows color (decimal): -13968635 or 383786. OLE color: 383786.

HSL color Cylindrical-coordinate representation of color #2ADB05: hue angle of 109.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ADB05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 219 5 -
CMYK 0.81 0 0.98 0.14
HSL 109.63º 0.96% 0.44% -
HSV(B) 109.63º 0.98% 0.86% -
XYZ 26.31 51.17 8.63 -
YUV 141.68 50.86 56.9 -
System Red Green Blue C M Y K H S L
Decimal 42 219 5 0.81 0 0.98 0.14 109.63 0.96 0.44
Hex 2A DB 5 51 0 62 E 6E 60 2C
Octal 52 333 5 121 0 142 16 156 140 54
Binary 101010 11011011 101 1010001 0 1100010 1110 1101110 1100000 101100

Color Harmonies of #2ADB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADB05

Black with #2ADB05

Text Example


Text Example

White with #2ADB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,219,5); }

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

background-color css

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

 a { background-color: rgb(42,219,5); }

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

border-color css

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

 span { border-color: rgb(42,219,5); }

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