Html Css Color HEX #3AFB21 Harlequin

📋 copy color: '#3AFB21'

red 58 ◦ green 251 ◦ blue 33

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

Shades of Harlequin #3AFB21

Tints of Harlequin #3AFB21

RGB

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

 GREEN value IS 251 (98.44% from 255) = 73.39%

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 16.96%
G = 73.39%
B = 9.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#3AFB21 (or 0x3AFB21) is known color: Harlequin. HEX triplet: 3A, FB and 21. RGB value is (58,251,33). Sum of RGB (Red+Green+Blue) = 58+251+33=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 251 (98.44% from 255 or 73.39% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB21 is #C504DE. Grayscale: #A9A9A9. Windows color (decimal): -12911839 or 2227002. OLE color: 2227002.

HSL color Cylindrical-coordinate representation of color #3AFB21: hue angle of 113.12º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AFB21 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 33 -
CMYK 0.77 0 0.87 0.02
HSL 113.12º 0.96% 0.56% -
HSV(B) 113.12º 0.87% 0.98% -
XYZ 36.52 70 13.03 -
YUV 168.44 51.56 49.23 -
System Red Green Blue C M Y K H S L
Decimal 58 251 33 0.77 0 0.87 0.02 113.12 0.96 0.56
Hex 3A FB 21 4D 0 57 2 71 60 38
Octal 72 373 41 115 0 127 2 161 140 70
Binary 111010 11111011 100001 1001101 0 1010111 10 1110001 1100000 111000

Color Harmonies of #3AFB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFB21

Black with #3AFB21

Text Example


Text Example

White with #3AFB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,251,33); }

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

background-color css

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

 a { background-color: rgb(58,251,33); }

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

border-color css

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

 span { border-color: rgb(58,251,33); }

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