Html Css Color HEX #3AF828 Harlequin

📋 copy color: '#3AF828'

red 58 ◦ green 248 ◦ blue 40

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

Shades of Harlequin #3AF828

Tints of Harlequin #3AF828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 16.76%
G = 71.68%
B = 11.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#3AF828 (or 0x3AF828) is known color: Harlequin. HEX triplet: 3A, F8 and 28. RGB value is (58,248,40). Sum of RGB (Red+Green+Blue) = 58+248+40=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF828 is #C507D7. Grayscale: #A8A8A8. Windows color (decimal): -12912600 or 2684986. OLE color: 2684986.

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

Color convert

RGB 58 248 40 -
CMYK 0.77 0 0.84 0.03
HSL 114.81º 0.94% 0.56% -
HSV(B) 114.81º 0.84% 0.97% -
XYZ 35.7 68.19 13.29 -
YUV 167.48 56.05 49.91 -
System Red Green Blue C M Y K H S L
Decimal 58 248 40 0.77 0 0.84 0.03 114.81 0.94 0.56
Hex 3A F8 28 4D 0 54 3 73 5E 38
Octal 72 370 50 115 0 124 3 163 136 70
Binary 111010 11111000 101000 1001101 0 1010100 11 1110011 1011110 111000

Color Harmonies of #3AF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF828

Black with #3AF828

Text Example


Text Example

White with #3AF828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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