Html Css Color HEX #3AED02 Harlequin

📋 copy color: '#3AED02'

red 58 ◦ green 237 ◦ blue 2

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

Shades of Harlequin #3AED02

Tints of Harlequin #3AED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 79.8%

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

R = 19.53%
G = 79.8%
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

#3AED02 (or 0x3AED02) is known color: Harlequin. HEX triplet: 3A, ED and 02. RGB value is (58,237,2). Sum of RGB (Red+Green+Blue) = 58+237+2=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 237 (92.97% from 255 or 79.80% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED02 is #C512FD. Grayscale: #9D9D9D. Windows color (decimal): -12915454 or 191802. OLE color: 191802.

HSL color Cylindrical-coordinate representation of color #3AED02: hue angle of 105.7º 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 #3AED02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 2 -
CMYK 0.76 0 0.99 0.07
HSL 105.7º 0.98% 0.47% -
HSV(B) 105.7º 0.99% 0.93% -
XYZ 32.04 61.47 10.23 -
YUV 156.69 40.7 57.61 -
System Red Green Blue C M Y K H S L
Decimal 58 237 2 0.76 0 0.99 0.07 105.7 0.98 0.47
Hex 3A ED 2 4C 0 63 7 6A 62 2F
Octal 72 355 2 114 0 143 7 152 142 57
Binary 111010 11101101 10 1001100 0 1100011 111 1101010 1100010 101111

Color Harmonies of #3AED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED02

Black with #3AED02

Text Example


Text Example

White with #3AED02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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