Html Css Color HEX #2AE90D Harlequin

📋 copy color: '#2AE90D'

red 42 ◦ green 233 ◦ blue 13

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

Shades of Harlequin #2AE90D

Tints of Harlequin #2AE90D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 80.9%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 14.58%
G = 80.9%
B = 4.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#2AE90D (or 0x2AE90D) is known color: Harlequin. HEX triplet: 2A, E9 and 0D. RGB value is (42,233,13). Sum of RGB (Red+Green+Blue) = 42+233+13=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 233 (91.41% from 255 or 80.90% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE90D is #D516F2. Grayscale: #979797. Windows color (decimal): -13965043 or 911658. OLE color: 911658.

HSL color Cylindrical-coordinate representation of color #2AE90D: hue angle of 112.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AE90D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 233 13 -
CMYK 0.82 0 0.94 0.09
HSL 112.09º 0.89% 0.48% -
HSV(B) 112.09º 0.94% 0.91% -
XYZ 30.17 58.8 10.14 -
YUV 150.81 50.22 50.39 -
System Red Green Blue C M Y K H S L
Decimal 42 233 13 0.82 0 0.94 0.09 112.09 0.89 0.48
Hex 2A E9 D 52 0 5E 9 70 59 30
Octal 52 351 15 122 0 136 11 160 131 60
Binary 101010 11101001 1101 1010010 0 1011110 1001 1110000 1011001 110000

Color Harmonies of #2AE90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE90D

Black with #2AE90D

Text Example


Text Example

White with #2AE90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,233,13); }

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

background-color css

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

 a { background-color: rgb(42,233,13); }

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

border-color css

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

 span { border-color: rgb(42,233,13); }

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