Html Css Color HEX #3AEE02 Harlequin

📋 copy color: '#3AEE02'

red 58 ◦ green 238 ◦ blue 2

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

Shades of Harlequin #3AEE02

Tints of Harlequin #3AEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 79.87%

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

R = 19.46%
G = 79.87%
B = 0.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#3AEE02 (or 0x3AEE02) is known color: Harlequin. HEX triplet: 3A, EE and 02. RGB value is (58,238,2). Sum of RGB (Red+Green+Blue) = 58+238+2=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 238 (93.36% from 255 or 79.87% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEE02 is #C511FD. Grayscale: #9E9E9E. Windows color (decimal): -12915198 or 192058. OLE color: 192058.

HSL color Cylindrical-coordinate representation of color #3AEE02: hue angle of 105.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AEE02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 2 -
CMYK 0.76 0 0.99 0.07
HSL 105.76º 0.98% 0.47% -
HSV(B) 105.76º 0.99% 0.93% -
XYZ 32.33 62.05 10.33 -
YUV 157.28 40.37 57.19 -
System Red Green Blue C M Y K H S L
Decimal 58 238 2 0.76 0 0.99 0.07 105.76 0.98 0.47
Hex 3A EE 2 4C 0 63 7 6A 62 2F
Octal 72 356 2 114 0 143 7 152 142 57
Binary 111010 11101110 10 1001100 0 1100011 111 1101010 1100010 101111

Color Harmonies of #3AEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEE02

Black with #3AEE02

Text Example


Text Example

White with #3AEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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