Html Css Color HEX #3AEE03 Harlequin

📋 copy color: '#3AEE03'

red 58 ◦ green 238 ◦ blue 3

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

Shades of Harlequin #3AEE03

Tints of Harlequin #3AEE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 19.4%
G = 79.6%
B = 1%

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

#3AEE03 (or 0x3AEE03) is known color: Harlequin. HEX triplet: 3A, EE and 03. RGB value is (58,238,3). Sum of RGB (Red+Green+Blue) = 58+238+3=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 238 (93.36% from 255 or 79.60% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEE03 is #C511FC. Grayscale: #9E9E9E. Windows color (decimal): -12915197 or 257594. OLE color: 257594.

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

Color convert

RGB 58 238 3 -
CMYK 0.76 0 0.99 0.07
HSL 105.96º 0.98% 0.47% -
HSV(B) 105.96º 0.99% 0.93% -
XYZ 32.34 62.06 10.36 -
YUV 157.39 40.87 57.11 -
System Red Green Blue C M Y K H S L
Decimal 58 238 3 0.76 0 0.99 0.07 105.96 0.98 0.47
Hex 3A EE 3 4C 0 63 7 6A 62 2F
Octal 72 356 3 114 0 143 7 152 142 57
Binary 111010 11101110 11 1001100 0 1100011 111 1101010 1100010 101111

Color Harmonies of #3AEE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEE03

Black with #3AEE03

Text Example


Text Example

White with #3AEE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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