Html Css Color HEX #3AE502 Harlequin

📋 copy color: '#3AE502'

red 58 ◦ green 229 ◦ blue 2

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

Shades of Harlequin #3AE502

Tints of Harlequin #3AE502

RGB

 RED value IS 58 (23.05% from 255) = 20.07%

 GREEN value IS 229 (89.84% from 255) = 79.24%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 20.07%
G = 79.24%
B = 0.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#3AE502 (or 0x3AE502) is known color: Harlequin. HEX triplet: 3A, E5 and 02. RGB value is (58,229,2). Sum of RGB (Red+Green+Blue) = 58+229+2=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 229 (89.84% from 255 or 79.24% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE502 is #C51AFD. Grayscale: #989898. Windows color (decimal): -12917502 or 189754. OLE color: 189754.

HSL color Cylindrical-coordinate representation of color #3AE502: hue angle of 105.2º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AE502 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 229 2 -
CMYK 0.75 0 0.99 0.10
HSL 105.2º 0.98% 0.45% -
HSV(B) 105.2º 0.99% 0.9% -
XYZ 29.78 56.94 9.48 -
YUV 151.99 43.35 60.96 -
System Red Green Blue C M Y K H S L
Decimal 58 229 2 0.75 0 0.99 0.10 105.2 0.98 0.45
Hex 3A E5 2 4B 0 63 A 69 62 2D
Octal 72 345 2 113 0 143 12 151 142 55
Binary 111010 11100101 10 1001011 0 1100011 1010 1101001 1100010 101101

Color Harmonies of #3AE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE502

Black with #3AE502

Text Example


Text Example

White with #3AE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AE502; }

 p { color: rgb(58,229,2); }

 H1.HeaderClassName
 {
   color: #3AE502;
 }
 .AnyTagClassName
 {
   color: #3AE502;
 }
</style>

background-color css

<style>
 a { background-color: #3AE502; }

 a { background-color: rgb(58,229,2); }

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

border-color css

<style>
 span { border-color: #3AE502; }

 span { border-color: rgb(58,229,2); }

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