Html Css Color HEX #3AFE07 Harlequin

📋 copy color: '#3AFE07'

red 58 ◦ green 254 ◦ blue 7

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

Shades of Harlequin #3AFE07

Tints of Harlequin #3AFE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 79.62%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 18.18%
G = 79.62%
B = 2.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#3AFE07 (or 0x3AFE07) is known color: Harlequin. HEX triplet: 3A, FE and 07. RGB value is (58,254,7). Sum of RGB (Red+Green+Blue) = 58+254+7=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 254 (99.61% from 255 or 79.62% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE07 is #C501F8. Grayscale: #A8A8A8. Windows color (decimal): -12911097 or 523834. OLE color: 523834.

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

Color convert

RGB 58 254 7 -
CMYK 0.77 0 0.97 0.00
HSL 107.61º 0.99% 0.51% -
HSV(B) 107.61º 0.97% 1% -
XYZ 37.23 71.8 12.1 -
YUV 167.24 37.57 50.08 -
System Red Green Blue C M Y K H S L
Decimal 58 254 7 0.77 0 0.97 0.00 107.61 0.99 0.51
Hex 3A FE 7 4D 0 61 0 6C 63 33
Octal 72 376 7 115 0 141 0 154 143 63
Binary 111010 11111110 111 1001101 0 1100001 0 1101100 1100011 110011

Color Harmonies of #3AFE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFE07

Black with #3AFE07

Text Example


Text Example

White with #3AFE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,254,7); }

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

background-color css

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

 a { background-color: rgb(58,254,7); }

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

border-color css

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

 span { border-color: rgb(58,254,7); }

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