Html Css Color HEX #3AF325 Harlequin

📋 copy color: '#3AF325'

red 58 ◦ green 243 ◦ blue 37

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

Shades of Harlequin #3AF325

Tints of Harlequin #3AF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.89%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 17.16%
G = 71.89%
B = 10.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#3AF325 (or 0x3AF325) is known color: Harlequin. HEX triplet: 3A, F3 and 25. RGB value is (58,243,37). Sum of RGB (Red+Green+Blue) = 58+243+37=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 243 (95.31% from 255 or 71.89% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF325 is #C50CDA. Grayscale: #A4A4A4. Windows color (decimal): -12913883 or 2487098. OLE color: 2487098.

HSL color Cylindrical-coordinate representation of color #3AF325: hue angle of 113.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AF325 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 243 37 -
CMYK 0.76 0 0.85 0.05
HSL 113.88º 0.9% 0.55% -
HSV(B) 113.88º 0.85% 0.95% -
XYZ 34.13 65.13 12.52 -
YUV 164.2 56.21 52.25 -
System Red Green Blue C M Y K H S L
Decimal 58 243 37 0.76 0 0.85 0.05 113.88 0.9 0.55
Hex 3A F3 25 4C 0 55 5 72 5A 37
Octal 72 363 45 114 0 125 5 162 132 67
Binary 111010 11110011 100101 1001100 0 1010101 101 1110010 1011010 110111

Color Harmonies of #3AF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF325

Black with #3AF325

Text Example


Text Example

White with #3AF325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,243,37); }

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

background-color css

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

 a { background-color: rgb(58,243,37); }

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

border-color css

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

 span { border-color: rgb(58,243,37); }

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