Html Css Color HEX #3AFC29 Harlequin

📋 copy color: '#3AFC29'

red 58 ◦ green 252 ◦ blue 41

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

Shades of Harlequin #3AFC29

Tints of Harlequin #3AFC29

RGB

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

 GREEN value IS 252 (98.83% from 255) = 71.79%

 BLUE value IS 41 (16.41% from 255) = 11.68%

R = 16.52%
G = 71.79%
B = 11.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#3AFC29 (or 0x3AFC29) is known color: Harlequin. HEX triplet: 3A, FC and 29. RGB value is (58,252,41). Sum of RGB (Red+Green+Blue) = 58+252+41=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 252 (98.83% from 255 or 71.79% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC29 is #C503D6. Grayscale: #AAAAAA. Windows color (decimal): -12911575 or 2751546. OLE color: 2751546.

HSL color Cylindrical-coordinate representation of color #3AFC29: hue angle of 115.17º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AFC29 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 41 -
CMYK 0.77 0 0.84 0.01
HSL 115.17º 0.97% 0.57% -
HSV(B) 115.17º 0.84% 0.99% -
XYZ 36.96 70.68 13.79 -
YUV 169.94 55.23 48.16 -
System Red Green Blue C M Y K H S L
Decimal 58 252 41 0.77 0 0.84 0.01 115.17 0.97 0.57
Hex 3A FC 29 4D 0 54 1 73 61 39
Octal 72 374 51 115 0 124 1 163 141 71
Binary 111010 11111100 101001 1001101 0 1010100 1 1110011 1100001 111001

Color Harmonies of #3AFC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC29

Black with #3AFC29

Text Example


Text Example

White with #3AFC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,41); }

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

background-color css

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

 a { background-color: rgb(58,252,41); }

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

border-color css

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

 span { border-color: rgb(58,252,41); }

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