Html Css Color HEX #3AF81D Harlequin

📋 copy color: '#3AF81D'

red 58 ◦ green 248 ◦ blue 29

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

Shades of Harlequin #3AF81D

Tints of Harlequin #3AF81D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 74.03%

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 17.31%
G = 74.03%
B = 8.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#3AF81D (or 0x3AF81D) is known color: Harlequin. HEX triplet: 3A, F8 and 1D. RGB value is (58,248,29). Sum of RGB (Red+Green+Blue) = 58+248+29=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 248 (97.27% from 255 or 74.03% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF81D is #C507E2. Grayscale: #A6A6A6. Windows color (decimal): -12912611 or 1964090. OLE color: 1964090.

HSL color Cylindrical-coordinate representation of color #3AF81D: hue angle of 112.05º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AF81D is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 29 -
CMYK 0.77 0 0.88 0.03
HSL 112.05º 0.94% 0.54% -
HSV(B) 112.05º 0.88% 0.97% -
XYZ 35.53 68.12 12.44 -
YUV 166.22 50.55 50.81 -
System Red Green Blue C M Y K H S L
Decimal 58 248 29 0.77 0 0.88 0.03 112.05 0.94 0.54
Hex 3A F8 1D 4D 0 58 3 70 5E 36
Octal 72 370 35 115 0 130 3 160 136 66
Binary 111010 11111000 11101 1001101 0 1011000 11 1110000 1011110 110110

Color Harmonies of #3AF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF81D

Black with #3AF81D

Text Example


Text Example

White with #3AF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,29); }

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

background-color css

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

 a { background-color: rgb(58,248,29); }

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

border-color css

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

 span { border-color: rgb(58,248,29); }

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