Html Css Color HEX #3AE902 Harlequin

📋 copy color: '#3AE902'

red 58 ◦ green 233 ◦ blue 2

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

Shades of Harlequin #3AE902

Tints of Harlequin #3AE902

RGB

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

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

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

R = 19.8%
G = 79.52%
B = 0.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#3AE902 (or 0x3AE902) is known color: Harlequin. HEX triplet: 3A, E9 and 02. RGB value is (58,233,2). Sum of RGB (Red+Green+Blue) = 58+233+2=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 233 (91.41% from 255 or 79.52% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AE902 is #C516FD. Grayscale: #9B9B9B. Windows color (decimal): -12916478 or 190778. OLE color: 190778.

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

Color convert

RGB 58 233 2 -
CMYK 0.75 0 0.99 0.09
HSL 105.45º 0.98% 0.46% -
HSV(B) 105.45º 0.99% 0.91% -
XYZ 30.89 59.18 9.85 -
YUV 154.34 42.02 59.28 -
System Red Green Blue C M Y K H S L
Decimal 58 233 2 0.75 0 0.99 0.09 105.45 0.98 0.46
Hex 3A E9 2 4B 0 63 9 69 62 2E
Octal 72 351 2 113 0 143 11 151 142 56
Binary 111010 11101001 10 1001011 0 1100011 1001 1101001 1100010 101110

Color Harmonies of #3AE902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE902

Black with #3AE902

Text Example


Text Example

White with #3AE902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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