Html Css Color HEX #3AFD2C Harlequin

📋 copy color: '#3AFD2C'

red 58 ◦ green 253 ◦ blue 44

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

Shades of Harlequin #3AFD2C

Tints of Harlequin #3AFD2C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.27%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 16.34%
G = 71.27%
B = 12.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#3AFD2C (or 0x3AFD2C) is known color: Harlequin. HEX triplet: 3A, FD and 2C. RGB value is (58,253,44). Sum of RGB (Red+Green+Blue) = 58+253+44=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD2C is #C502D3. Grayscale: #ABABAB. Windows color (decimal): -12911316 or 2948410. OLE color: 2948410.

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

Color convert

RGB 58 253 44 -
CMYK 0.77 0 0.83 0.01
HSL 115.98º 0.98% 0.58% -
HSV(B) 115.98º 0.83% 0.99% -
XYZ 37.32 71.33 14.18 -
YUV 170.87 56.4 47.49 -
System Red Green Blue C M Y K H S L
Decimal 58 253 44 0.77 0 0.83 0.01 115.98 0.98 0.58
Hex 3A FD 2C 4D 0 53 1 74 62 3A
Octal 72 375 54 115 0 123 1 164 142 72
Binary 111010 11111101 101100 1001101 0 1010011 1 1110100 1100010 111010

Color Harmonies of #3AFD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD2C

Black with #3AFD2C

Text Example


Text Example

White with #3AFD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,44); }

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

background-color css

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

 a { background-color: rgb(58,253,44); }

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

border-color css

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

 span { border-color: rgb(58,253,44); }

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